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

/linux-master/tools/perf/util/
H A Dhist.h122 struct hist_iter_ops { struct
142 const struct hist_iter_ops *ops;
148 extern const struct hist_iter_ops hist_iter_normal;
149 extern const struct hist_iter_ops hist_iter_branch;
150 extern const struct hist_iter_ops hist_iter_mem;
151 extern const struct hist_iter_ops hist_iter_cumulative;
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 = {

Completed in 144 milliseconds