Searched refs:ins_operands (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | annotate.h | 23 struct ins_operands { struct 43 struct ins_operands *ops; argument 51 void (*free)(struct ins_operands *ops); 52 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 54 struct ins_operands *ops); 61 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops); 142 struct ins_operands ops;
|
D | annotate.c | 175 static void ins__delete(struct ins_operands *ops) in ins__delete() 186 struct ins_operands *ops) in ins__raw_scnprintf() 192 struct ins_operands *ops) in ins__scnprintf() 208 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 261 struct ins_operands *ops) in call__scnprintf() 289 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma() 297 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse() 376 struct ins_operands *ops) in jump__scnprintf() 445 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse() 471 struct ins_operands *ops) in lock__scnprintf() [all …]
|
/Linux-v4.19/tools/perf/arch/s390/annotate/ |
D | instructions.c | 4 static int s390_call__parse(struct arch *arch, struct ins_operands *ops, in s390_call__parse() 49 struct ins_operands *ops); 57 struct ins_operands *ops, in s390_mov__parse() 104 struct ins_operands *ops);
|