Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.h119 struct hist_iter_ops { struct
139 const struct hist_iter_ops *ops; argument
145 extern const struct hist_iter_ops hist_iter_normal;
146 extern const struct hist_iter_ops hist_iter_branch;
147 extern const struct hist_iter_ops hist_iter_mem;
148 extern const struct hist_iter_ops hist_iter_cumulative;
H A Dhist.c1191 const struct hist_iter_ops hist_iter_mem = {
1199 const struct hist_iter_ops hist_iter_branch = {
1207 const struct hist_iter_ops hist_iter_normal = {
1215 const struct hist_iter_ops hist_iter_cumulative = {