Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/perf/util/
H A Dhist.h145 extern const struct hist_iter_ops hist_iter_normal;
H A Dhist.c1212 const struct hist_iter_ops hist_iter_normal = { variable
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c319 iter.ops = &hist_iter_normal; in process_sample_event()
H A Dbuiltin-top.c841 iter.ops = &hist_iter_normal; in perf_event__process_sample()
H A Dbuiltin-diff.c403 .ops = &hist_iter_normal, in diff__process_sample_event()