Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c178 err = symbol__annotate(ms, evsel, NULL); in symbol__gtk_annotate()
/openbmc/linux/tools/perf/util/
H A Dannotate.h369 int symbol__annotate(struct map_symbol *ms,
H A Dannotate.c2335 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() function
3001 err = symbol__annotate(ms, evsel, NULL); in symbol__tty_annotate()
3288 err = symbol__annotate(ms, evsel, parch); in symbol__annotate2()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c150 err = symbol__annotate(&he->ms, evsel, NULL); in perf_top__parse_source()