Searched refs:symbol__annotate (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/perf/ui/gtk/ |
D | annotate.c | 179 err = symbol__annotate(ms, evsel, options, NULL); in symbol__gtk_annotate()
|
/Linux-v6.6/tools/perf/util/ |
D | annotate.h | 362 int symbol__annotate(struct map_symbol *ms,
|
D | annotate.c | 2302 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() function 2970 err = symbol__annotate(ms, evsel, opts, NULL); in symbol__tty_annotate() 3257 err = symbol__annotate(ms, evsel, options, parch); in symbol__annotate2()
|
/Linux-v6.6/tools/perf/ |
D | builtin-top.c | 150 err = symbol__annotate(&he->ms, evsel, &top->annotation_opts, NULL); in perf_top__parse_source()
|