Searched refs:hist_entry__tui_annotate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 462 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, 503 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 479 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, 517 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 355 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts); in hists__find_annotations()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 383 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts); in hists__find_annotations()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 882 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, in hist_entry__tui_annotate() function
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 941 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, in hist_entry__tui_annotate() function
|
Completed in 7 milliseconds