Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h485 int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel);
H A Dannotate.c1666 int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel) in hist_entry__tty_annotate2() function
/linux/tools/perf/
H A Dbuiltin-annotate.c330 return hist_entry__tty_annotate2(he, evsel); in hist_entry__stdio_annotate()