| /Linux-v6.6/tools/perf/util/ |
| D | annotate.h | 20 struct map_symbol; 62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 332 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms); 362 int symbol__annotate(struct map_symbol *ms, 366 int symbol__annotate2(struct map_symbol *ms, 393 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen); 395 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel, 401 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, 406 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opt… 408 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *op… [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; 204 struct map_symbol *ms,
|
| D | annotate.c | 257 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 352 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse() 502 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse() 560 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse() 634 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol… in dec__parse() 925 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples() 1000 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples() 1163 static void disasm_line__init_ins(struct disasm_line *dl, struct arch *arch, struct map_symbol *ms) in disasm_line__init_ins() 1204 struct map_symbol ms; 1682 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen) in symbol__strerror_disassemble() [all …]
|
| D | unwind.h | 14 struct map_symbol ms;
|
| D | hist.h | 15 struct map_symbol; 475 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, 509 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate()
|
| D | sort.h | 99 struct map_symbol ms;
|
| D | machine.c | 2286 static char *callchain_srcline(struct map_symbol *ms, u64 ip) in callchain_srcline() 2325 struct map_symbol ms = {}; in add_callchain_ip() 3082 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines() 3091 struct map_symbol ilist_ms; in append_inlines() 3108 ilist_ms = (struct map_symbol) { in append_inlines()
|
| D | sort.c | 353 static int _hist_entry__sym_snprintf(struct map_symbol *ms, in _hist_entry__sym_snprintf() 1136 static int _hist_entry__addr_snprintf(struct map_symbol *ms, in _hist_entry__addr_snprintf() 1331 struct map_symbol *ms = NULL; in hist_entry__daddr_snprintf() 1357 struct map_symbol *ms = NULL; in hist_entry__iaddr_snprintf() 1568 struct map_symbol *ms = NULL; in hist_entry__dcacheline_snprintf()
|
| D | callchain.c | 1019 struct map_symbol ms = { in merge_chain_branch() 1064 u64 ip, struct map_symbol *ms, in callchain_cursor_append()
|
| /Linux-v6.6/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-v6.6/tools/perf/ui/browsers/ |
| D | annotate.c | 37 struct map_symbol *ms = browser->priv; in browser__annotation() 157 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() 310 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() 462 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() 663 struct map_symbol *ms = browser->priv; in annotate_browser__show() 717 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() 934 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() 952 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() 413 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded() 427 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name() 445 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() 2419 struct map_symbol ms; 2489 struct map_symbol *ms, in add_annotate_opt()
|
| /Linux-v6.6/tools/perf/arch/s390/annotate/ |
| D | instructions.c | 5 struct map_symbol *ms) in s390_call__parse() 55 struct map_symbol *ms __maybe_unused) in s390_mov__parse()
|
| /Linux-v6.6/tools/perf/arch/loongarch/annotate/ |
| D | instructions.c | 8 static int loongarch_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in loongarch_call__parse() 54 static int loongarch_jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in loongarch_jump__parse()
|
| /Linux-v6.6/tools/perf/arch/arm64/annotate/ |
| D | instructions.c | 14 struct map_symbol *ms __maybe_unused) in arm64_mov__parse()
|