Searched refs:symbol__annotate (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/perf/ui/gtk/ |
D | annotate.c | 188 err = symbol__annotate(ms, evsel, NULL); in symbol__gtk_annotate()
|
/linux-6.14.4/tools/perf/util/ |
D | annotate.h | 426 int symbol__annotate(struct map_symbol *ms,
|
D | annotate.c | 963 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() function 1642 err = symbol__annotate(ms, evsel, NULL); in symbol__tty_annotate() 2083 err = symbol__annotate(ms, evsel, parch); in symbol__annotate2() 2702 if (symbol__annotate(ms, evsel, &arch) < 0) { in hist_entry__get_data_type()
|
/linux-6.14.4/tools/perf/ |
D | builtin-top.c | 150 err = symbol__annotate(&he->ms, evsel, NULL); in perf_top__parse_source()
|