Home
last modified time | relevance | path

Searched refs:hist_iter_mem (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dhist.h164 extern const struct hist_iter_ops hist_iter_mem;
H A Dhist.c1234 const struct hist_iter_ops hist_iter_mem = { variable
/linux-6.15/tools/perf/
H A Dbuiltin-report.c320 iter.ops = &hist_iter_mem; in process_sample_event()