Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.h102 extern const struct hist_iter_ops hist_iter_branch;
Dhist.c832 const struct hist_iter_ops hist_iter_branch = { variable
/linux-4.1.27/tools/perf/
Dbuiltin-report.c158 iter.ops = &hist_iter_branch; in process_sample_event()