Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h433 int symbol__annotate2(struct map_symbol *ms,
H A Dannotate.c1662 err = symbol__annotate2(ms, evsel, NULL); in hist_entry__tty_annotate2()
2129 int symbol__annotate2(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate2() function
/linux/tools/perf/ui/browsers/
H A Dannotate.c436 symbol__annotate2(ms, evsel, &browser->arch); in annotate_browser__toggle_source()
1080 err = symbol__annotate2(ms, evsel, &browser.arch); in symbol__tui_annotate()
/linux/tools/perf/
H A Dbuiltin-report.c763 symbol__annotate2(&he->ms, evsel, NULL); in hists__resort_cb()