Searched refs:ins_operands (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | disasm.h | 59 struct ins_operands { struct 82 struct ins_operands *ops; argument 92 void (*free)(struct ins_operands *ops); 93 int (*parse)(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, 96 struct ins_operands *ops, int max_ins_name); 154 struct ins_operands *ops, int max_ins_name); 156 struct ins_operands *ops, int max_ins_name); 158 struct ins_operands *ops, int max_ins_name); 160 struct ins_operands *ops, int max_ins_name); 162 struct ins_operands *ops, int max_ins_name);
|
| H A D | disasm.c | 205 static void ins_ops__delete(struct ins_operands *ops) in ins_ops__delete() 216 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() 222 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() 238 static int call__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse() 294 struct ins_operands *ops, int max_ins_name) in call__scnprintf() 326 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma() 337 static int jump__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse() 422 struct ins_operands *ops, int max_ins_name) in jump__scnprintf() 454 static void jump__delete(struct ins_operands *ops __maybe_unused) in jump__delete() 501 static int lock__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse() [all …]
|
| H A D | annotate.h | 134 struct ins_operands ops;
|
| H A D | annotate.c | 2548 struct ins_operands *ops; in annotate_get_insn_location()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-powerpc.c | 19 struct ins_operands *ops, int max_ins_name) in arithmetic__scnprintf() 39 static int arithmetic__parse(const struct arch *arch __maybe_unused, struct ins_operands *ops, in arithmetic__parse() 63 struct ins_operands *ops, int max_ins_name) in load_store__scnprintf() 76 static int load_store__parse(const struct arch *arch __maybe_unused, struct ins_operands *ops, in load_store__parse()
|
| H A D | annotate-s390.c | 13 static int s390_call__parse(const struct arch *arch, struct ins_operands *ops, in s390_call__parse() 68 struct ins_operands *ops, in s390_mov__parse()
|
| H A D | annotate-loongarch.c | 17 static int loongarch_call__parse(const struct arch *arch, struct ins_operands *ops, in loongarch_call__parse() 68 static int loongarch_jump__parse(const struct arch *arch, struct ins_operands *ops, in loongarch_jump__parse()
|
| H A D | annotate-arm64.c | 18 struct ins_operands *ops, in arm64_mov__parse()
|