]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - tools/perf/util/hist.h
perf annotate: Move locking to struct annotation
[mirror_ubuntu-jammy-kernel.git] / tools / perf / util / hist.h
index 2c6cdae6a764634846a7ed0c29d562e77a346fa1..37c79089de09c8118efbd8e52acb9f7201cbfbc8 100644 (file)
@@ -78,8 +78,7 @@ size_t hists__fprintf(struct hists *self, struct hists *pair,
                      bool show_displacement, FILE *fp);
 
 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
-int hist_entry__annotate(struct hist_entry *self, struct list_head *head,
-                        size_t privsize);
+int hist_entry__annotate(struct hist_entry *self, size_t privsize);
 
 void hists__filter_by_dso(struct hists *self, const struct dso *dso);
 void hists__filter_by_thread(struct hists *self, const struct thread *thread);