Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.h175 extern const struct hist_iter_ops hist_iter_branch;
H A Dhist.c1308 const struct hist_iter_ops hist_iter_branch = { variable
/linux/tools/perf/
H A Dbuiltin-annotate.c206 .ops = &hist_iter_branch, in process_branch_callback()
H A Dbuiltin-report.c319 iter.ops = &hist_iter_branch; in process_sample_event()