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.h146 struct hist_iter_ops { struct
167 const struct hist_iter_ops *ops; argument
174 extern const struct hist_iter_ops hist_iter_normal;
175 extern const struct hist_iter_ops hist_iter_branch;
176 extern const struct hist_iter_ops hist_iter_mem;
177 extern const struct hist_iter_ops hist_iter_cumulative;
H A Dhist.c1300 const struct hist_iter_ops hist_iter_mem = {
1308 const struct hist_iter_ops hist_iter_branch = {
1316 const struct hist_iter_ops hist_iter_normal = {
1324 const struct hist_iter_ops hist_iter_cumulative = {