Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
Dannotate.h470 int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel);
Dannotate.c1651 int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel) in hist_entry__tty_annotate2() function
/linux-6.15/tools/perf/
Dbuiltin-annotate.c329 return hist_entry__tty_annotate2(he, evsel); in hist_entry__stdio_annotate()