Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/
Dhists_filter.c68 .ops = &hist_iter_normal, in add_hist_entries()
Dhists_cumulate.c98 iter.ops = &hist_iter_normal; in add_hist_entries()
Dhists_output.c62 .ops = &hist_iter_normal, in add_hist_entries()
/Linux-v6.6/tools/perf/util/
Dhist.h145 extern const struct hist_iter_ops hist_iter_normal;
Dhist.c1207 const struct hist_iter_ops hist_iter_normal = { variable
/Linux-v6.6/tools/perf/
Dbuiltin-report.c320 iter.ops = &hist_iter_normal; in process_sample_event()
Dbuiltin-top.c842 iter.ops = &hist_iter_normal; in perf_event__process_sample()
Dbuiltin-diff.c403 .ops = &hist_iter_normal, in diff__process_sample_event()