Home
last modified time | relevance | path

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

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