Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.h81 struct hist_iter_ops { struct
102 const struct hist_iter_ops *ops; argument
108 extern const struct hist_iter_ops hist_iter_normal;
109 extern const struct hist_iter_ops hist_iter_branch;
110 extern const struct hist_iter_ops hist_iter_mem;
111 extern const struct hist_iter_ops hist_iter_cumulative;
Dhist.c842 const struct hist_iter_ops hist_iter_mem = {
850 const struct hist_iter_ops hist_iter_branch = {
858 const struct hist_iter_ops hist_iter_normal = {
866 const struct hist_iter_ops hist_iter_cumulative = {