Home
last modified time | relevance | path

Searched refs:hist_entry__tui_annotate (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/tools/perf/util/
Dhist.h98 static inline int hist_entry__tui_annotate(struct hist_entry *self __used, in hist_entry__tui_annotate() function
107 int hist_entry__tui_annotate(struct hist_entry *self, int evidx);
/linux-2.6.39/tools/perf/
Dbuiltin-annotate.c134 key = hist_entry__tui_annotate(he, evidx); in hists__find_annotations()
/linux-2.6.39/tools/perf/util/ui/browsers/
Dannotate.c250 int hist_entry__tui_annotate(struct hist_entry *he, int evidx) in hist_entry__tui_annotate() function
Dhists.c952 hist_entry__tui_annotate(he, evsel->idx); in perf_evsel__hists_browse()