Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dhist.h104 static inline int hist_entry__tui_annotate(struct hist_entry *self __used, in hist_entry__tui_annotate() function
113 int hist_entry__tui_annotate(struct hist_entry *self, int evidx);
/external/linux-tools-perf/
Dbuiltin-annotate.c140 key = hist_entry__tui_annotate(he, evidx); in hists__find_annotations()
/external/linux-tools-perf/util/ui/browsers/
Dannotate.c249 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()