Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate-data.h231 int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel);
278 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.c1859 int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel) in hist_entry__annotate_data_tty() function
/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c477 key = hist_entry__annotate_data_tty(he, evsel); in hists__find_annotations()