Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.h75 struct hist_iter_ops { struct
95 const struct hist_iter_ops *ops; argument
101 extern const struct hist_iter_ops hist_iter_normal;
102 extern const struct hist_iter_ops hist_iter_branch;
103 extern const struct hist_iter_ops hist_iter_mem;
104 extern const struct hist_iter_ops hist_iter_cumulative;
Dhist.c824 const struct hist_iter_ops hist_iter_mem = {
832 const struct hist_iter_ops hist_iter_branch = {
840 const struct hist_iter_ops hist_iter_normal = {
848 const struct hist_iter_ops hist_iter_cumulative = {