Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.h372 int symbol__annotate2(struct map_symbol *ms,
H A Dannotate.c2967 err = symbol__annotate2(ms, evsel, NULL); in symbol__tty_annotate2()
3273 int symbol__annotate2(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate2() function
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c975 err = symbol__annotate2(ms, evsel, &browser.arch); in symbol__tui_annotate()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c731 symbol__annotate2(&he->ms, evsel, NULL); in hists__resort_cb()