Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dannotate-data.h230 int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel);
273 static inline int hist_entry__annotate_data_tty(struct hist_entry *he __maybe_unused, in hist_entry__annotate_data_tty() function
Dannotate-data.c1820 int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel) in hist_entry__annotate_data_tty() function
/linux-6.14.4/tools/perf/
Dbuiltin-annotate.c477 key = hist_entry__annotate_data_tty(he, evsel); in hists__find_annotations()