diff options
Diffstat (limited to 'tools/perf/util/hist.c')
-rw-r--r-- | tools/perf/util/hist.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index bac5ab684967..3f437236f193 100644 --- a/tools/perf/util/hist.c +++ b/tools/perf/util/hist.c | |||
@@ -955,10 +955,9 @@ int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) | |||
955 | return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip); | 955 | return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip); |
956 | } | 956 | } |
957 | 957 | ||
958 | int hist_entry__annotate(struct hist_entry *he, struct list_head *head, | 958 | int hist_entry__annotate(struct hist_entry *he, size_t privsize) |
959 | size_t privsize) | ||
960 | { | 959 | { |
961 | return symbol__annotate(he->ms.sym, he->ms.map, head, privsize); | 960 | return symbol__annotate(he->ms.sym, he->ms.map, privsize); |
962 | } | 961 | } |
963 | 962 | ||
964 | void hists__inc_nr_events(struct hists *self, u32 type) | 963 | void hists__inc_nr_events(struct hists *self, u32 type) |