Searched refs:ins_operands (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | disasm.h | 54 struct ins_operands { struct 77 struct ins_operands *ops; argument 87 void (*free)(struct ins_operands *ops); 88 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, 91 struct ins_operands *ops, int max_ins_name); 110 struct ins_operands *ops, int max_ins_name);
|
D | disasm.c | 44 struct ins_operands *ops, int max_ins_name); 46 struct ins_operands *ops, int max_ins_name); 232 static void ins_ops__delete(struct ins_operands *ops) in ins_ops__delete() 243 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() 249 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() 265 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse() 319 struct ins_operands *ops, int max_ins_name) in call__scnprintf() 350 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma() 361 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse() 443 struct ins_operands *ops, int max_ins_name) in jump__scnprintf() [all …]
|
D | annotate.h | 122 struct ins_operands ops;
|
D | annotate.c | 2341 struct ins_operands *ops; in annotate_get_insn_location()
|
/linux-6.12.1/tools/perf/arch/arm64/annotate/ |
D | instructions.c | 13 struct ins_operands *ops, in arm64_mov__parse() 63 struct ins_operands *ops, int max_ins_name);
|
/linux-6.12.1/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() 54 struct ins_operands *ops, in s390_mov__parse()
|
/linux-6.12.1/tools/perf/arch/loongarch/annotate/ |
D | instructions.c | 8 static int loongarch_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in loongarch_call__parse() 55 static int loongarch_jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in loongarch_jump__parse()
|