Home
last modified time | relevance | path

Searched refs:hist_iter_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dhist.h134 struct hist_iter_ops { struct
155 const struct hist_iter_ops *ops; argument
162 extern const struct hist_iter_ops hist_iter_normal;
163 extern const struct hist_iter_ops hist_iter_branch;
164 extern const struct hist_iter_ops hist_iter_mem;
165 extern const struct hist_iter_ops hist_iter_cumulative;
H A Dhist.c1234 const struct hist_iter_ops hist_iter_mem = {
1242 const struct hist_iter_ops hist_iter_branch = {
1250 const struct hist_iter_ops hist_iter_normal = {
1258 const struct hist_iter_ops hist_iter_cumulative = {