perf annotate: Support multiple histograms in annotation
[deliverable/linux.git] / tools / perf / util / hist.c
index 6d9c92c3d7cbb1958188205e20a7fe96b2c233fa..bac5ab6849675b9b22305a3d8902fb4e22f61c6e 100644 (file)
@@ -950,9 +950,9 @@ void hists__filter_by_thread(struct hists *self, const struct thread *thread)
        }
 }
 
-int hist_entry__inc_addr_samples(struct hist_entry *he, u64 ip)
+int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip)
 {
-       return symbol__inc_addr_samples(he->ms.sym, he->ms.map, ip);
+       return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip);
 }
 
 int hist_entry__annotate(struct hist_entry *he, struct list_head *head,
This page took 0.029989 seconds and 5 git commands to generate.