Symbol: map_symbol
tools/perf/ui/browsers/annotate.c
1161
int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms,
tools/perf/ui/browsers/annotate.c
189
struct map_symbol *ms = ab->b.priv;
tools/perf/ui/browsers/annotate.c
341
struct map_symbol *ms = browser->b.priv;
tools/perf/ui/browsers/annotate.c
467
struct map_symbol *ms = browser->b.priv;
tools/perf/ui/browsers/annotate.c
564
struct map_symbol *ms = b->priv;
tools/perf/ui/browsers/annotate.c
588
struct map_symbol *ms = browser->b.priv, target_ms;
tools/perf/ui/browsers/annotate.c
61
struct map_symbol *ms = browser->priv;
tools/perf/ui/browsers/annotate.c
846
struct map_symbol *ms = browser->b.priv;
tools/perf/ui/browsers/annotate.c
870
struct map_symbol *ms = browser->b.priv;
tools/perf/ui/browsers/annotate.c
886
struct map_symbol *ms = browser->b.priv;
tools/perf/ui/browsers/hists.c
2460
struct map_symbol ms;
tools/perf/ui/browsers/hists.c
2526
struct map_symbol *ms,
tools/perf/ui/browsers/hists.c
400
struct map_symbol *ms = browser->selection;
tools/perf/ui/browsers/hists.c
414
struct map_symbol *ms = browser->selection;
tools/perf/ui/browsers/hists.c
428
struct map_symbol *ms = browser->selection;
tools/perf/ui/browsers/hists.c
446
struct map_symbol *ms = browser->selection;
tools/perf/ui/browsers/hists.h
13
struct map_symbol *selection;
tools/perf/ui/gtk/annotate.c
103
static int perf_gtk__annotate_symbol(GtkWidget *window, struct map_symbol *ms,
tools/perf/ui/gtk/annotate.c
174
static int symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel,
tools/perf/ui/gtk/annotate.c
66
static int perf_gtk__get_offset(char *buf, size_t size, struct map_symbol *ms,
tools/perf/util/annotate-arch/annotate-arm64.c
19
struct map_symbol *ms __maybe_unused,
tools/perf/util/annotate-arch/annotate-loongarch.c
18
struct map_symbol *ms,
tools/perf/util/annotate-arch/annotate-loongarch.c
69
struct map_symbol *ms,
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
14
struct map_symbol *ms,
tools/perf/util/annotate-arch/annotate-s390.c
69
struct map_symbol *ms __maybe_unused,
tools/perf/util/annotate-arch/annotate-x86.c
286
struct map_symbol *ms = dloc->ms;
tools/perf/util/annotate-arch/annotate-x86.c
653
struct map_symbol *ms = dloc->ms;
tools/perf/util/annotate-data.h
122
struct map_symbol *ms;
tools/perf/util/annotate-data.h
21
struct map_symbol;
tools/perf/util/annotate.c
1010
int symbol__annotate(struct map_symbol *ms, struct evsel *evsel,
tools/perf/util/annotate.c
1218
struct map_symbol *ms = &he->ms;
tools/perf/util/annotate.c
1392
int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
tools/perf/util/annotate.c
1612
void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms)
tools/perf/util/annotate.c
1624
static void annotation__calc_lines(struct annotation *notes, struct map_symbol *ms,
tools/perf/util/annotate.c
1657
static void symbol__calc_lines(struct map_symbol *ms, struct rb_root *root)
tools/perf/util/annotate.c
1666
struct map_symbol *ms = &he->ms;
tools/perf/util/annotate.c
1706
struct map_symbol *ms = &he->ms;
tools/perf/util/annotate.c
215
static int __symbol__inc_addr_samples(struct map_symbol *ms,
tools/perf/util/annotate.c
2204
int symbol__annotate2(struct map_symbol *ms, struct evsel *evsel,
tools/perf/util/annotate.c
2755
u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset,
tools/perf/util/annotate.c
2798
struct map_symbol *ms = &he->ms;
tools/perf/util/annotate.c
2896
struct map_symbol *ms = &he->ms;
tools/perf/util/annotate.c
322
static int symbol__inc_addr_samples(struct map_symbol *ms,
tools/perf/util/annotate.h
23
struct map_symbol;
tools/perf/util/annotate.h
395
void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms);
tools/perf/util/annotate.h
440
int symbol__annotate(struct map_symbol *ms,
tools/perf/util/annotate.h
443
int symbol__annotate2(struct map_symbol *ms,
tools/perf/util/annotate.h
470
int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen);
tools/perf/util/annotate.h
476
int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
tools/perf/util/annotate.h
562
u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset,
tools/perf/util/callchain.c
1092
struct map_symbol ms = {
tools/perf/util/callchain.c
1136
u64 ip, struct map_symbol *ms,
tools/perf/util/callchain.h
122
struct map_symbol ms;
tools/perf/util/callchain.h
146
struct map_symbol ms;
tools/perf/util/callchain.h
205
struct map_symbol *ms,
tools/perf/util/disasm.c
1106
int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen)
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
338
static int jump__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
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
591
struct map_symbol *ms __maybe_unused,
tools/perf/util/disasm.c
671
struct map_symbol *ms __maybe_unused,
tools/perf/util/disasm.c
820
struct map_symbol *ms)
tools/perf/util/disasm.h
103
struct map_symbol *ms;
tools/perf/util/disasm.h
93
int (*parse)(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
tools/perf/util/hist.h
248
struct map_symbol ms;
tools/perf/util/hist.h
720
int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms,
tools/perf/util/hist.h
751
struct map_symbol *ms __maybe_unused,
tools/perf/util/machine.c
2108
static char *callchain_srcline(struct map_symbol *ms, u64 ip)
tools/perf/util/machine.c
2136
static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip,
tools/perf/util/machine.c
2147
struct map_symbol ilist_ms;
tools/perf/util/machine.c
2165
ilist_ms = (struct map_symbol) {
tools/perf/util/machine.c
2201
struct map_symbol ms = {};
tools/perf/util/map_symbol.c
18
void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src)
tools/perf/util/map_symbol.c
7
void map_symbol__exit(struct map_symbol *ms)
tools/perf/util/map_symbol.h
19
struct map_symbol ms;
tools/perf/util/map_symbol.h
27
void map_symbol__exit(struct map_symbol *ms);
tools/perf/util/map_symbol.h
30
void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src);
tools/perf/util/sort.c
1476
static int _hist_entry__addr_snprintf(struct map_symbol *ms,
tools/perf/util/sort.c
1671
struct map_symbol *ms = NULL;
tools/perf/util/sort.c
1697
struct map_symbol *ms = NULL;
tools/perf/util/sort.c
1913
struct map_symbol *ms = NULL;
tools/perf/util/sort.c
517
static int _hist_entry__sym_snprintf(struct map_symbol *ms,
tools/perf/util/unwind.h
16
struct map_symbol ms;