Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-annotate.c189 .ops = &hist_iter_branch, in process_branch_callback()
Dbuiltin-report.c288 iter.ops = &hist_iter_branch; in process_sample_event()
/kernel/linux/linux-5.10/tools/perf/util/
Dhist.h134 extern const struct hist_iter_ops hist_iter_branch;
Dhist.c1170 const struct hist_iter_ops hist_iter_branch = { variable