Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/tests/
Dhists_filter.c66 .ops = &hist_iter_normal, in add_hist_entries()
Dhists_cumulate.c97 iter.ops = &hist_iter_normal; in add_hist_entries()
Dhists_output.c61 .ops = &hist_iter_normal, in add_hist_entries()
/Linux-v5.10/tools/perf/util/
Dhist.h133 extern const struct hist_iter_ops hist_iter_normal;
Dhist.c1178 const struct hist_iter_ops hist_iter_normal = { variable
/Linux-v5.10/tools/perf/
Dbuiltin-top.c840 iter.ops = &hist_iter_normal; in perf_event__process_sample()
Dbuiltin-report.c294 iter.ops = &hist_iter_normal; in process_sample_event()
Dbuiltin-diff.c403 .ops = &hist_iter_normal, in diff__process_sample_event()