diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index 2c6cdae6a764..37c79089de09 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -78,8 +78,7 @@ size_t hists__fprintf(struct hists *self, struct hists *pair, | |||
78 | bool show_displacement, FILE *fp); | 78 | bool show_displacement, FILE *fp); |
79 | 79 | ||
80 | int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr); | 80 | int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr); |
81 | int hist_entry__annotate(struct hist_entry *self, struct list_head *head, | 81 | int hist_entry__annotate(struct hist_entry *self, size_t privsize); |
82 | size_t privsize); | ||
83 | 82 | ||
84 | void hists__filter_by_dso(struct hists *self, const struct dso *dso); | 83 | void hists__filter_by_dso(struct hists *self, const struct dso *dso); |
85 | void hists__filter_by_thread(struct hists *self, const struct thread *thread); | 84 | void hists__filter_by_thread(struct hists *self, const struct thread *thread); |