Searched refs:ins_operands (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | annotate.h | 32 struct ins_operands { struct 53 struct ins_operands *ops; argument 61 void (*free)(struct ins_operands *ops); 62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 64 struct ins_operands *ops, int max_ins_name); 71 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops, int max_ins_na… 156 struct ins_operands ops;
|
A D | annotate.c | 216 static void ins__delete(struct ins_operands *ops) in ins__delete() 227 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() 233 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() 302 struct ins_operands *ops, int max_ins_name) in call__scnprintf() 333 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma() 425 struct ins_operands *ops, int max_ins_name) in jump__scnprintf() 520 struct ins_operands *ops, int max_ins_name) in lock__scnprintf() 532 static void lock__delete(struct ins_operands *ops) in lock__delete() 601 struct ins_operands *ops, int max_ins_name) in mov__scnprintf() 641 struct ins_operands *ops, int max_ins_name) in dec__scnprintf() [all …]
|
/linux-6.3-rc2/tools/perf/arch/s390/annotate/ |
A 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, int max_ins_name); 57 struct ins_operands *ops, in s390_mov__parse()
|
/linux-6.3-rc2/tools/perf/arch/arm64/annotate/ |
A D | instructions.c | 13 struct ins_operands *ops, in arm64_mov__parse() 62 struct ins_operands *ops, int max_ins_name);
|
Completed in 13 milliseconds