Searched refs:hist_iter_ops (Results 1 - 2 of 2) sorted by path

/linux-master/tools/perf/util/
H A Dhist.c1190 const struct hist_iter_ops hist_iter_mem = {
1198 const struct hist_iter_ops hist_iter_branch = {
1206 const struct hist_iter_ops hist_iter_normal = {
1214 const struct hist_iter_ops hist_iter_cumulative = {
H A Dhist.h123 struct hist_iter_ops { struct
144 const struct hist_iter_ops *ops;
151 extern const struct hist_iter_ops hist_iter_normal;
152 extern const struct hist_iter_ops hist_iter_branch;
153 extern const struct hist_iter_ops hist_iter_mem;
154 extern const struct hist_iter_ops hist_iter_cumulative;

Completed in 205 milliseconds