Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h471 int hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel);
H A Dannotate.c1688 int hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel) in hist_entry__tty_annotate() function
/linux/tools/perf/
H A Dbuiltin-annotate.c331 return hist_entry__tty_annotate(he, evsel); in hist_entry__stdio_annotate()