Home
last modified time | relevance | path

Searched refs:symbol__annotate (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/perf/ui/gtk/
Dannotate.c177 err = symbol__annotate(ms, evsel, &annotation__default_options, NULL); in symbol__gtk_annotate()
/Linux-v5.10/tools/perf/util/
Dannotate.h351 int symbol__annotate(struct map_symbol *ms,
Dannotate.c2155 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() function
2795 if (symbol__annotate(ms, evsel, opts, NULL) < 0) in symbol__tty_annotate()
3075 err = symbol__annotate(ms, evsel, options, parch); in symbol__annotate2()
/Linux-v5.10/tools/perf/
Dbuiltin-top.c148 err = symbol__annotate(&he->ms, evsel, &top->annotation_opts, NULL); in perf_top__parse_source()