Home
last modified time | relevance | path

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

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