Home
last modified time | relevance | path

Searched refs:ins_operands (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/perf/util/
Ddisasm.h54 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);
Ddisasm.c44 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 …]
Dannotate.h122 struct ins_operands ops;
Dannotate.c2341 struct ins_operands *ops; in annotate_get_insn_location()
/linux-6.12.1/tools/perf/arch/arm64/annotate/
Dinstructions.c13 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/
Dinstructions.c4 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/
Dinstructions.c8 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()