Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.h146 extern const struct hist_iter_ops hist_iter_branch;
H A Dhist.c1204 const struct hist_iter_ops hist_iter_branch = { variable
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c195 .ops = &hist_iter_branch, in process_branch_callback()
H A Dbuiltin-report.c313 iter.ops = &hist_iter_branch; in process_sample_event()