Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Ddisasm.h58 struct ins_operands { struct
81 struct ins_operands *ops; argument
91 void (*free)(struct ins_operands *ops);
92 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
95 struct ins_operands *ops, int max_ins_name);
114 struct ins_operands *ops, int max_ins_name);
H A Ddisasm.c45 struct ins_operands *ops, int max_ins_name);
47 struct ins_operands *ops, int max_ins_name);
250 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
320 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
444 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
549 struct ins_operands *ops, int max_ins_name) in lock__scnprintf()
561 static void lock__delete(struct ins_operands *ops) in lock__delete()
677 struct ins_operands *ops, int max_ins_name) in mov__scnprintf()
696 struct ins_operands *ops, int max_ins_name) in arithmetic__scnprintf()
740 struct ins_operands *ops, int max_ins_name) in load_store__scnprintf()
[all …]
H A Dannotate.h133 struct ins_operands ops;
H A Dannotate.c2464 struct ins_operands *ops; in annotate_get_insn_location()
/linux-6.15/tools/perf/arch/arm64/annotate/
H A Dinstructions.c13 struct ins_operands *ops, in arm64_mov__parse()
63 struct ins_operands *ops, int max_ins_name);
/linux-6.15/tools/perf/arch/loongarch/annotate/
H A 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()
/linux-6.15/tools/perf/arch/s390/annotate/
H A 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()