Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dhists_filter.c69 .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-4.4.14/tools/perf/util/
Dhist.h108 extern const struct hist_iter_ops hist_iter_normal;
Dhist.c858 const struct hist_iter_ops hist_iter_normal = { variable
/linux-4.4.14/tools/perf/
Dbuiltin-report.c179 iter.ops = &hist_iter_normal; in process_sample_event()
Dbuiltin-top.c797 iter.ops = &hist_iter_normal; in perf_event__process_sample()