Home
last modified time | relevance | path

Searched refs:hist_iter_normal (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/tests/
H A Dhists_filter.c68 .ops = &hist_iter_normal, in add_hist_entries()
H A Dhists_cumulate.c98 iter.ops = &hist_iter_normal; in add_hist_entries()
H A Dhists_output.c62 .ops = &hist_iter_normal, in add_hist_entries()
/linux/tools/perf/util/
H A Dhist.h152 extern const struct hist_iter_ops hist_iter_normal;
H A Dhist.c1224 const struct hist_iter_ops hist_iter_normal = { variable
/linux/tools/perf/
H A Dbuiltin-top.c841 iter.ops = &hist_iter_normal; in perf_event__process_sample()
H A Dbuiltin-report.c322 iter.ops = &hist_iter_normal; in process_sample_event()
H A Dbuiltin-diff.c403 .ops = &hist_iter_normal, in diff__process_sample_event()