Home
last modified time | relevance | path

Searched refs:hist_entry__annotate_data_tty (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dannotate-data.h234 int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel);
281 static inline int hist_entry__annotate_data_tty(struct hist_entry *he __maybe_unused, in hist_entry__annotate_data_tty() function
H A Dannotate-data.c1868 int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel) in hist_entry__annotate_data_tty() function
/linux/tools/perf/
H A Dbuiltin-annotate.c477 key = hist_entry__annotate_data_tty(he, evsel); in hists__find_annotations()