Symbol: ins_operands
tools/perf/util/annotate-arch/annotate-arm64.c
18
struct ins_operands *ops,
tools/perf/util/annotate-arch/annotate-loongarch.c
17
static int loongarch_call__parse(const struct arch *arch, struct ins_operands *ops,
tools/perf/util/annotate-arch/annotate-loongarch.c
68
static int loongarch_jump__parse(const struct arch *arch, struct ins_operands *ops,
tools/perf/util/annotate-arch/annotate-powerpc.c
19
struct ins_operands *ops, int max_ins_name)
tools/perf/util/annotate-arch/annotate-powerpc.c
39
static int arithmetic__parse(const struct arch *arch __maybe_unused, struct ins_operands *ops,
tools/perf/util/annotate-arch/annotate-powerpc.c
63
struct ins_operands *ops, int max_ins_name)
tools/perf/util/annotate-arch/annotate-powerpc.c
76
static int load_store__parse(const struct arch *arch __maybe_unused, struct ins_operands *ops,
tools/perf/util/annotate-arch/annotate-s390.c
13
static int s390_call__parse(const struct arch *arch, struct ins_operands *ops,
tools/perf/util/annotate-arch/annotate-s390.c
68
struct ins_operands *ops,
tools/perf/util/annotate.c
2547
struct ins_operands *ops;
tools/perf/util/annotate.h
134
struct ins_operands ops;
tools/perf/util/disasm.c
206
static void ins_ops__delete(struct ins_operands *ops)
tools/perf/util/disasm.c
217
struct ins_operands *ops, int max_ins_name)
tools/perf/util/disasm.c
223
struct ins_operands *ops, int max_ins_name)
tools/perf/util/disasm.c
239
static int call__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
tools/perf/util/disasm.c
295
struct ins_operands *ops, int max_ins_name)
tools/perf/util/disasm.c
327
static inline const char *validate_comma(const char *c, struct ins_operands *ops)
tools/perf/util/disasm.c
338
static int jump__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
tools/perf/util/disasm.c
423
struct ins_operands *ops, int max_ins_name)
tools/perf/util/disasm.c
455
void jump__delete(struct ins_operands *ops __maybe_unused)
tools/perf/util/disasm.c
502
static int lock__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
tools/perf/util/disasm.c
529
struct ins_operands *ops, int max_ins_name)
tools/perf/util/disasm.c
541
static void lock__delete(struct ins_operands *ops)
tools/perf/util/disasm.c
590
static int mov__parse(const struct arch *arch, struct ins_operands *ops,
tools/perf/util/disasm.c
658
struct ins_operands *ops, int max_ins_name)
tools/perf/util/disasm.c
670
static int dec__parse(const struct arch *arch __maybe_unused, struct ins_operands *ops,
tools/perf/util/disasm.c
700
struct ins_operands *ops, int max_ins_name)
tools/perf/util/disasm.c
712
struct ins_operands *ops __maybe_unused, int max_ins_name)
tools/perf/util/disasm.h
154
struct ins_operands *ops, int max_ins_name);
tools/perf/util/disasm.h
156
struct ins_operands *ops, int max_ins_name);
tools/perf/util/disasm.h
158
struct ins_operands *ops, int max_ins_name);
tools/perf/util/disasm.h
160
struct ins_operands *ops, int max_ins_name);
tools/perf/util/disasm.h
162
struct ins_operands *ops, int max_ins_name);
tools/perf/util/disasm.h
164
void jump__delete(struct ins_operands *ops);
tools/perf/util/disasm.h
82
struct ins_operands *ops;
tools/perf/util/disasm.h
92
void (*free)(struct ins_operands *ops);
tools/perf/util/disasm.h
93
int (*parse)(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
tools/perf/util/disasm.h
96
struct ins_operands *ops, int max_ins_name);