Home
last modified time | relevance | path

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

/linux/tools/perf/util/ !
H A Dannotate-data.h295 int hist_entry__annotate_data_tui(struct hist_entry *he, struct evsel *evsel,
298 static inline int hist_entry__annotate_data_tui(struct hist_entry *he __maybe_unused, in hist_entry__annotate_data_tui() function
/linux/tools/perf/ui/browsers/ !
H A Dannotate-data.c570 int hist_entry__annotate_data_tui(struct hist_entry *he, struct evsel *evsel, in hist_entry__annotate_data_tui() function
H A Dhists.c2553 hist_entry__annotate_data_tui(he, hists_to_evsel(browser->hists), browser->hbt); in do_annotate_type()
/linux/tools/perf/ !
H A Dbuiltin-annotate.c475 key = hist_entry__annotate_data_tui(he, evsel, NULL); in hists__find_annotations()