| /linux/tools/perf/util/ |
| H A D | map_symbol.h | 12 struct map_symbol { struct 19 struct map_symbol ms; argument 27 void map_symbol__exit(struct map_symbol *ms); 30 void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src);
|
| H A D | map_symbol.c | 7 void map_symbol__exit(struct map_symbol *ms) in map_symbol__exit() 18 void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src) in map_symbol__copy()
|
| H A D | annotate.h | 23 struct map_symbol; 395 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms); 442 int symbol__annotate(struct map_symbol *ms, 445 int symbol__annotate2(struct map_symbol *ms, 472 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen); 478 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, 564 u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset,
|
| H A D | callchain.h | 7 #include "map_symbol.h" 124 struct map_symbol ms; 148 struct map_symbol ms; 207 struct map_symbol *ms,
|
| H A D | annotate-data.h | 21 struct map_symbol; 122 struct map_symbol *ms;
|
| H A D | disasm.h | 5 #include "map_symbol.h" 93 int (*parse)(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, 103 struct map_symbol *ms;
|
| H A D | unwind.h | 14 struct map_symbol ms;
|
| H A D | annotate.c | 215 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples() 320 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples() 1010 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() 1218 struct map_symbol *ms = &he->ms; in hist_entry__annotate_printf() 1392 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, in map_symbol__annotation_dump() 1612 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms) in annotation__toggle_full_addr() 1624 static void annotation__calc_lines(struct annotation *notes, struct map_symbol *ms, in annotation__calc_lines() 1657 static void symbol__calc_lines(struct map_symbol *ms, struct rb_root *root) in symbol__calc_lines() 1666 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate2() 1706 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate() [all …]
|
| H A D | disasm.c | 239 static int call__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse() 338 static int jump__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse() 502 static int lock__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse() 591 struct map_symbol *ms __maybe_unused, in mov__parse() 671 struct map_symbol *ms __maybe_unused, in dec__parse() 820 struct map_symbol *ms) in disasm_line__init_ins() 1106 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen) in symbol__strerror_disassemble()
|
| H A D | hist.h | 11 #include "map_symbol.h" 249 struct map_symbol ms; 720 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms, 751 struct map_symbol *ms __maybe_unused, in __hist_entry__tui_annotate()
|
| H A D | machine.c | 2065 static char *callchain_srcline(struct map_symbol *ms, u64 ip) in callchain_srcline() 2093 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip, in append_inlines() 2104 struct map_symbol ilist_ms; in append_inlines() 2122 ilist_ms = (struct map_symbol) { in append_inlines() 2158 struct map_symbol ms = {}; in add_callchain_ip()
|
| H A D | sort.c | 18 #include "map_symbol.h" 512 static int _hist_entry__sym_snprintf(struct map_symbol *ms, 1471 static int _hist_entry__addr_snprintf(struct map_symbol *ms, 1666 struct map_symbol *ms = NULL; in sort__lvl_cmp() 1692 struct map_symbol *ms = NULL; in sort__snoop_cmp() 1908 struct map_symbol *ms = NULL;
|
| H A D | callchain.c | 1092 struct map_symbol ms = { in callchain_cursor_append() 1136 u64 ip, struct map_symbol *ms, in sample__resolve_callchain()
|
| H A D | Build | 59 perf-util-y += map_symbol.o
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 61 struct map_symbol *ms = browser->priv; in browser__annotation() 189 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() 341 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() 464 struct map_symbol *ms = browser->b.priv; in annotate_browser__toggle_source() 561 struct map_symbol *ms = b->priv; in annotate_browser__show_function_title() 585 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() 843 struct map_symbol *ms = browser->b.priv; in annotate_browser__debuginfo_warning() 867 struct map_symbol *ms = browser->b.priv; in annotate_browser__symbol_annotate_error() 883 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() 1158 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms, in __hist_entry__tui_annotate()
|
| H A D | hists.h | 13 struct map_symbol *selection;
|
| H A D | hists.c | 400 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children() 414 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded() 428 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name() 446 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() 2460 struct map_symbol ms; 2526 struct map_symbol *ms, in add_annotate_opt()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-s390.c | 14 struct map_symbol *ms, in s390_call__parse() 69 struct map_symbol *ms __maybe_unused, in s390_mov__parse()
|
| H A D | annotate-loongarch.c | 18 struct map_symbol *ms, in loongarch_call__parse() 69 struct map_symbol *ms, in loongarch_jump__parse()
|
| H A D | annotate-powerpc.c | 40 struct map_symbol *ms __maybe_unused, struct disasm_line *dl) in arithmetic__parse() 77 struct map_symbol *ms __maybe_unused, struct disasm_line *dl __maybe_unused) in load_store__parse()
|
| H A D | annotate-arm64.c | 19 struct map_symbol *ms __maybe_unused, in arm64_mov__parse()
|
| H A D | annotate-x86.c | 286 struct map_symbol *ms = dloc->ms; in update_insn_state_x86() 653 struct map_symbol *ms = dloc->ms; in update_insn_state_x86()
|