Symbol: disasm_line
tools/perf/ui/browsers/annotate.c
1064
struct disasm_line *dl = disasm_line(browser->selection);
tools/perf/ui/browsers/annotate.c
155
static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor)
tools/perf/ui/browsers/annotate.c
157
struct disasm_line *pos = list_prev_entry(cursor, al.node);
tools/perf/ui/browsers/annotate.c
186
struct disasm_line *cursor = disasm_line(ab->selection);
tools/perf/ui/browsers/annotate.c
344
struct disasm_line *pos;
tools/perf/ui/browsers/annotate.c
531
struct disasm_line *cursor = disasm_line(ab->selection);
tools/perf/ui/browsers/annotate.c
589
struct disasm_line *dl = disasm_line(browser->selection);
tools/perf/ui/browsers/annotate.c
623
struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser,
tools/perf/ui/browsers/annotate.c
627
struct disasm_line *pos;
tools/perf/ui/browsers/annotate.c
644
struct disasm_line *dl = disasm_line(browser->selection);
tools/perf/ui/gtk/annotate.c
108
struct disasm_line *pos, *n;
tools/perf/ui/gtk/annotate.c
30
struct disasm_line *dl, const struct evsel *evsel)
tools/perf/ui/gtk/annotate.c
67
struct disasm_line *dl)
tools/perf/ui/gtk/annotate.c
79
static int perf_gtk__get_line(char *buf, size_t size, struct disasm_line *dl)
tools/perf/util/annotate-arch/annotate-arm64.c
20
struct disasm_line *dl __maybe_unused)
tools/perf/util/annotate-arch/annotate-loongarch.c
19
struct disasm_line *dl __maybe_unused)
tools/perf/util/annotate-arch/annotate-loongarch.c
70
struct disasm_line *dl __maybe_unused)
tools/perf/util/annotate-arch/annotate-powerpc.c
280
const struct ins_ops *check_ppc_insn(struct disasm_line *dl)
tools/perf/util/annotate-arch/annotate-powerpc.c
349
struct disasm_line *dl)
tools/perf/util/annotate-arch/annotate-powerpc.c
40
struct map_symbol *ms __maybe_unused, struct disasm_line *dl)
tools/perf/util/annotate-arch/annotate-powerpc.c
77
struct map_symbol *ms __maybe_unused, struct disasm_line *dl __maybe_unused)
tools/perf/util/annotate-arch/annotate-s390.c
15
struct disasm_line *dl __maybe_unused)
tools/perf/util/annotate-arch/annotate-s390.c
70
struct disasm_line *dl __maybe_unused)
tools/perf/util/annotate-arch/annotate-x86.c
219
struct disasm_line *dl)
tools/perf/util/annotate-data.c
1016
Dwarf_Die *cu_die, struct disasm_line *dl)
tools/perf/util/annotate-data.c
1112
struct disasm_line *dl,
tools/perf/util/annotate-data.c
1392
struct disasm_line *dl = bb->begin;
tools/perf/util/annotate.c
1464
disasm_line__free(disasm_line(al));
tools/perf/util/annotate.c
1469
static size_t disasm_line__fprintf(struct disasm_line *dl, FILE *fp)
tools/perf/util/annotate.c
1488
struct disasm_line *pos;
tools/perf/util/annotate.c
1497
bool disasm_line__is_valid_local_jump(struct disasm_line *dl, struct symbol *sym)
tools/perf/util/annotate.c
1517
struct disasm_line *dl;
tools/perf/util/annotate.c
1520
dl = disasm_line(al);
tools/perf/util/annotate.c
1579
len = strlen(disasm_line(al)->ins.name);
tools/perf/util/annotate.c
1762
static int disasm_line__write(struct disasm_line *dl, struct annotation *notes,
tools/perf/util/annotate.c
1959
static int disasm_line__snprint_type_info(struct disasm_line *dl,
tools/perf/util/annotate.c
2173
} else if (ins__is_call(&disasm_line(al)->ins) &&
tools/perf/util/annotate.c
2192
printed = disasm_line__write(disasm_line(al), notes, obj, bf, sizeof(bf),
tools/perf/util/annotate.c
2198
disasm_line__snprint_type_info(disasm_line(al), bf, sizeof(bf), apd);
tools/perf/util/annotate.c
2544
int annotate_get_insn_location(const struct arch *arch, struct disasm_line *dl,
tools/perf/util/annotate.c
2624
static struct disasm_line *find_disasm_line(struct symbol *sym, u64 ip,
tools/perf/util/annotate.c
2627
struct disasm_line *dl;
tools/perf/util/annotate.c
2676
static bool is_stack_operation(const struct arch *arch, struct disasm_line *dl)
tools/perf/util/annotate.c
2705
static bool is_address_gen_insn(const struct arch *arch, struct disasm_line *dl)
tools/perf/util/annotate.c
2715
static struct disasm_line *
tools/perf/util/annotate.c
2716
annotation__prev_asm_line(struct annotation *notes, struct disasm_line *curr)
tools/perf/util/annotate.c
2719
struct disasm_line *prev;
tools/perf/util/annotate.c
2721
if (curr == list_first_entry(sources, struct disasm_line, al.node))
tools/perf/util/annotate.c
2726
prev != list_first_entry(sources, struct disasm_line, al.node))
tools/perf/util/annotate.c
2735
static struct disasm_line *
tools/perf/util/annotate.c
2736
annotation__next_asm_line(struct annotation *notes, struct disasm_line *curr)
tools/perf/util/annotate.c
2739
struct disasm_line *next;
tools/perf/util/annotate.c
2741
if (curr == list_last_entry(sources, struct disasm_line, al.node))
tools/perf/util/annotate.c
2746
next != list_last_entry(sources, struct disasm_line, al.node))
tools/perf/util/annotate.c
2756
struct disasm_line *dl)
tools/perf/util/annotate.c
2759
struct disasm_line *next;
tools/perf/util/annotate.c
2795
struct debuginfo *dbg, struct disasm_line *dl,
tools/perf/util/annotate.c
2899
struct disasm_line *dl;
tools/perf/util/annotate.c
2965
struct disasm_line *prev_dl;
tools/perf/util/annotate.c
3016
struct disasm_line *dl)
tools/perf/util/annotate.c
3030
struct disasm_line *dl)
tools/perf/util/annotate.c
3066
struct disasm_line *dl, *next_dl, *last_dl;
tools/perf/util/annotate.c
3076
struct disasm_line, al.node);
tools/perf/util/annotate.c
3182
struct disasm_line *dl;
tools/perf/util/annotate.c
752
static int disasm_line__print(struct disasm_line *dl, u64 start, int addr_fmt_width)
tools/perf/util/annotate.c
767
struct debuginfo *dbg, struct disasm_line *dl,
tools/perf/util/annotate.c
787
struct disasm_line *dl = container_of(al, struct disasm_line, al);
tools/perf/util/annotate.h
168
static inline struct disasm_line *disasm_line(struct annotation_line *al)
tools/perf/util/annotate.h
170
return al ? container_of(al, struct disasm_line, al) : NULL;
tools/perf/util/annotate.h
177
static inline bool disasm_line__has_local_offset(const struct disasm_line *dl)
tools/perf/util/annotate.h
186
bool disasm_line__is_valid_local_jump(struct disasm_line *dl, struct symbol *sym);
tools/perf/util/annotate.h
547
int annotate_get_insn_location(const struct arch *arch, struct disasm_line *dl,
tools/perf/util/annotate.h
563
struct disasm_line *dl);
tools/perf/util/annotate.h
573
struct disasm_line *begin;
tools/perf/util/annotate.h
574
struct disasm_line *end;
tools/perf/util/capstone.c
381
struct disasm_line *dl;
tools/perf/util/capstone.c
451
dl = list_first_entry(list, struct disasm_line, al.node);
tools/perf/util/capstone.c
470
struct disasm_line *tmp;
tools/perf/util/capstone.c
506
struct disasm_line *dl;
tools/perf/util/capstone.c
596
dl = list_first_entry(list, struct disasm_line, al.node);
tools/perf/util/disasm.c
1020
struct disasm_line *dl;
tools/perf/util/disasm.c
1086
struct disasm_line *dl;
tools/perf/util/disasm.c
1089
dl = list_entry(list->prev, struct disasm_line, al.node);
tools/perf/util/disasm.c
1248
struct disasm_line *dl;
tools/perf/util/disasm.c
1304
dl = list_first_entry(list, struct disasm_line, al.node);
tools/perf/util/disasm.c
1384
struct disasm_line *dl;
tools/perf/util/disasm.c
240
struct disasm_line *dl __maybe_unused)
tools/perf/util/disasm.c
339
struct disasm_line *dl __maybe_unused)
tools/perf/util/disasm.c
503
struct disasm_line *dl __maybe_unused)
tools/perf/util/disasm.c
54
static int disasm_line__parse_powerpc(struct disasm_line *dl, struct annotate_args *args);
tools/perf/util/disasm.c
592
struct disasm_line *dl __maybe_unused)
tools/perf/util/disasm.c
672
struct disasm_line *dl __maybe_unused)
tools/perf/util/disasm.c
763
struct disasm_line *dl)
tools/perf/util/disasm.c
809
const struct ins_ops *ins__find(const struct arch *arch, const char *name, struct disasm_line *dl)
tools/perf/util/disasm.c
819
static void disasm_line__init_ins(struct disasm_line *dl, const struct arch *arch,
tools/perf/util/disasm.c
871
static int disasm_line__parse_powerpc(struct disasm_line *dl, struct annotate_args *args)
tools/perf/util/disasm.c
929
return (sizeof(struct disasm_line) + (sizeof(al->data[0]) * nr));
tools/perf/util/disasm.c
943
struct disasm_line *disasm_line__new(struct annotate_args *args)
tools/perf/util/disasm.c
945
struct disasm_line *dl = NULL;
tools/perf/util/disasm.c
975
void disasm_line__free(struct disasm_line *dl)
tools/perf/util/disasm.c
986
int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw, int max_ins_name)
tools/perf/util/disasm.h
12
struct disasm_line;
tools/perf/util/disasm.h
137
const struct ins_ops *ins__find(const struct arch *arch, const char *name, struct disasm_line *dl);
tools/perf/util/disasm.h
145
const struct ins_ops *check_ppc_insn(struct disasm_line *dl);
tools/perf/util/disasm.h
147
struct disasm_line *disasm_line__new(struct annotate_args *args);
tools/perf/util/disasm.h
148
void disasm_line__free(struct disasm_line *dl);
tools/perf/util/disasm.h
150
int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size,
tools/perf/util/disasm.h
18
struct disasm_line;
tools/perf/util/disasm.h
50
struct disasm_line *dl);
tools/perf/util/disasm.h
94
struct disasm_line *dl);
tools/perf/util/libbfd.c
587
struct disasm_line *dl;
tools/perf/util/llvm.c
133
struct disasm_line *dl;