aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r--tools/perf/util/hist.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h
index a19112872ff9..0a03e08be503 100644
--- a/tools/perf/util/hist.h
+++ b/tools/perf/util/hist.h
@@ -120,13 +120,13 @@ extern const struct hist_iter_ops hist_iter_branch;
120extern const struct hist_iter_ops hist_iter_mem; 120extern const struct hist_iter_ops hist_iter_mem;
121extern const struct hist_iter_ops hist_iter_cumulative; 121extern const struct hist_iter_ops hist_iter_cumulative;
122 122
123struct hist_entry *__hists__add_entry(struct hists *hists, 123struct hist_entry *hists__add_entry(struct hists *hists,
124 struct addr_location *al, 124 struct addr_location *al,
125 struct symbol *parent, 125 struct symbol *parent,
126 struct branch_info *bi, 126 struct branch_info *bi,
127 struct mem_info *mi, 127 struct mem_info *mi,
128 struct perf_sample *sample, 128 struct perf_sample *sample,
129 bool sample_self); 129 bool sample_self);
130int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, 130int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
131 int max_stack_depth, void *arg); 131 int max_stack_depth, void *arg);
132 132