diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index da6b84814a50..6f17dcd8412c 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -69,7 +69,7 @@ struct hists { | |||
69 | 69 | ||
70 | struct hist_entry *__hists__add_entry(struct hists *self, | 70 | struct hist_entry *__hists__add_entry(struct hists *self, |
71 | struct addr_location *al, | 71 | struct addr_location *al, |
72 | struct symbol *parent, u64 count); | 72 | struct symbol *parent, u64 period); |
73 | extern int64_t hist_entry__cmp(struct hist_entry *, struct hist_entry *); | 73 | extern int64_t hist_entry__cmp(struct hist_entry *, struct hist_entry *); |
74 | extern int64_t hist_entry__collapse(struct hist_entry *, struct hist_entry *); | 74 | extern int64_t hist_entry__collapse(struct hist_entry *, struct hist_entry *); |
75 | int hist_entry__fprintf(struct hist_entry *self, struct hists *pair_hists, | 75 | int hist_entry__fprintf(struct hist_entry *self, struct hists *pair_hists, |