Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.h124 struct hist_iter_ops { struct
145 const struct hist_iter_ops *ops; argument
152 extern const struct hist_iter_ops hist_iter_normal;
153 extern const struct hist_iter_ops hist_iter_branch;
154 extern const struct hist_iter_ops hist_iter_mem;
155 extern const struct hist_iter_ops hist_iter_cumulative;
H A Dhist.c1208 const struct hist_iter_ops hist_iter_mem = {
1216 const struct hist_iter_ops hist_iter_branch = {
1224 const struct hist_iter_ops hist_iter_normal = {
1232 const struct hist_iter_ops hist_iter_cumulative = {