Searched refs:map_symbol (Results 1 – 16 of 16) sorted by relevance
/linux/tools/perf/util/ |
A D | annotate.h | 20 struct map_symbol; 62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 357 int symbol__annotate(struct map_symbol *ms, 361 int symbol__annotate2(struct map_symbol *ms, 388 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen); 390 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel, 396 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, 401 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opt… 403 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *op… 406 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, [all …]
|
A D | map_symbol.h | 11 struct map_symbol { struct 18 struct map_symbol ms; argument
|
A D | callchain.h | 120 struct map_symbol ms; 145 struct map_symbol ms; 206 struct map_symbol *ms,
|
A D | annotate.c | 249 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 884 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples() 959 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples() 1163 struct map_symbol ms; 2193 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() 2384 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate_printf() 2550 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, in map_symbol__annotation_dump() 2792 static void symbol__calc_lines(struct map_symbol *ms, struct rb_root *root, in symbol__calc_lines() 2800 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, in symbol__tty_annotate2() 2836 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tty_annotate() [all …]
|
A D | unwind.h | 14 struct map_symbol ms;
|
A D | hist.h | 15 struct map_symbol; 465 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, 499 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate()
|
A D | sort.h | 99 struct map_symbol ms;
|
A D | machine.c | 2117 static char *callchain_srcline(struct map_symbol *ms, u64 ip) in callchain_srcline() 2154 struct map_symbol ms; in add_callchain_ip() 2864 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines() 2888 struct map_symbol ilist_ms = { in append_inlines()
|
A D | sort.c | 296 static int _hist_entry__sym_snprintf(struct map_symbol *ms, in _hist_entry__sym_snprintf() 1066 struct map_symbol *ms = NULL; in hist_entry__daddr_snprintf() 1092 struct map_symbol *ms = NULL; in hist_entry__iaddr_snprintf() 1299 struct map_symbol *ms = NULL; in hist_entry__dcacheline_snprintf()
|
A D | callchain.c | 1046 u64 ip, struct map_symbol *ms, in callchain_cursor_append()
|
/linux/tools/perf/ui/browsers/ |
A D | annotate.c | 42 struct map_symbol *ms = browser->priv; in browser__annotation() 162 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() 315 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() 466 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() 667 struct map_symbol *ms = browser->priv; in annotate_browser__show() 721 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() 932 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() 950 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tui_annotate()
|
A D | hists.h | 14 struct map_symbol *selection;
|
A 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() 2429 struct map_symbol ms; 2499 struct map_symbol *ms, in add_annotate_opt()
|
/linux/tools/perf/ui/gtk/ |
A 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/tools/perf/arch/s390/annotate/ |
A D | instructions.c | 5 struct map_symbol *ms) in s390_call__parse() 58 struct map_symbol *ms __maybe_unused) in s390_mov__parse()
|
/linux/tools/perf/arch/arm64/annotate/ |
A D | instructions.c | 14 struct map_symbol *ms __maybe_unused) in arm64_mov__parse()
|
Completed in 75 milliseconds