/Linux-v5.10/tools/perf/util/ |
D | annotate.h | 20 struct map_symbol; 61 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 351 int symbol__annotate(struct map_symbol *ms, 355 int symbol__annotate2(struct map_symbol *ms, 382 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen); 384 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel, 390 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, 395 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opt… 397 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *op… 400 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, [all …]
|
D | map_symbol.h | 11 struct map_symbol { struct 18 struct map_symbol ms; argument
|
D | callchain.h | 120 struct map_symbol ms; 145 struct map_symbol ms; 206 struct map_symbol *ms,
|
D | unwind.h | 14 struct map_symbol ms;
|
D | annotate.c | 240 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 329 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse() 477 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse() 535 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse() 596 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol… in dec__parse() 867 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples() 942 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples() 1105 static void disasm_line__init_ins(struct disasm_line *dl, struct arch *arch, struct map_symbol *ms) in disasm_line__init_ins() 1146 struct map_symbol ms; 1564 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen) in symbol__strerror_disassemble() [all …]
|
D | hist.h | 15 struct map_symbol; 459 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, 496 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate()
|
D | sort.h | 100 struct map_symbol ms;
|
D | machine.c | 2058 static char *callchain_srcline(struct map_symbol *ms, u64 ip) in callchain_srcline() 2095 struct map_symbol ms; in add_callchain_ip() 2804 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines() 2828 struct map_symbol ilist_ms = { in append_inlines()
|
D | sort.c | 293 static int _hist_entry__sym_snprintf(struct map_symbol *ms, in _hist_entry__sym_snprintf() 1063 struct map_symbol *ms = NULL; in hist_entry__daddr_snprintf() 1089 struct map_symbol *ms = NULL; in hist_entry__iaddr_snprintf() 1296 struct map_symbol *ms = NULL; in hist_entry__dcacheline_snprintf()
|
D | callchain.c | 1046 u64 ip, struct map_symbol *ms, in callchain_cursor_append()
|
/Linux-v5.10/tools/perf/ui/browsers/ |
D | annotate.c | 42 struct map_symbol *ms = browser->priv; in browser__annotation() 153 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() 305 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() 413 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() 614 struct map_symbol *ms = browser->priv; in annotate_browser__show() 668 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() 875 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() 893 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tui_annotate()
|
D | hists.h | 14 struct map_symbol *selection;
|
D | hists.c | 399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children() 418 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded() 432 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name() 450 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() 2428 struct map_symbol ms; 2498 struct map_symbol *ms, in add_annotate_opt()
|
/Linux-v5.10/tools/perf/ui/gtk/ |
D | annotate.c | 57 static int perf_gtk__get_offset(char *buf, size_t size, struct map_symbol *ms, in perf_gtk__get_offset() 94 static int perf_gtk__annotate_symbol(GtkWidget *window, struct map_symbol *ms, in perf_gtk__annotate_symbol() 164 static int symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__gtk_annotate()
|
/Linux-v5.10/tools/perf/arch/s390/annotate/ |
D | instructions.c | 5 struct map_symbol *ms) in s390_call__parse() 58 struct map_symbol *ms __maybe_unused) in s390_mov__parse()
|
/Linux-v5.10/tools/perf/arch/arm64/annotate/ |
D | instructions.c | 14 struct map_symbol *ms __maybe_unused) in arm64_mov__parse()
|