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.h282 int hist_entry__annotate_data_tui(struct hist_entry *he, struct evsel *evsel,
285 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.c569 int hist_entry__annotate_data_tui(struct hist_entry *he, struct evsel *evsel, in hist_entry__annotate_data_tui() function
H A Dhists.c2514 hist_entry__annotate_data_tui(he, act->evsel, browser->hbt); in do_annotate_type()
/linux/tools/perf/
H A Dbuiltin-annotate.c474 key = hist_entry__annotate_data_tui(he, evsel, NULL); in hists__find_annotations()