aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r--tools/perf/util/annotate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h
index 6b707324e66f..53dd92de2615 100644
--- a/tools/perf/util/annotate.h
+++ b/tools/perf/util/annotate.h
@@ -67,6 +67,10 @@ int symbol__alloc_hist(struct symbol *sym, int nevents);
67 67
68int symbol__annotate(struct symbol *sym, struct map *map, 68int symbol__annotate(struct symbol *sym, struct map *map,
69 struct list_head *head, size_t privsize); 69 struct list_head *head, size_t privsize);
70void symbol__annotate_printf(struct symbol *sym, struct map *map,
71 struct list_head *head, int evidx, bool full_paths,
72 int min_pcnt, int max_lines);
73void objdump_line_list__purge(struct list_head *head);
70 74
71int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx, 75int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx,
72 bool print_lines, bool full_paths, int min_pcnt, 76 bool print_lines, bool full_paths, int min_pcnt,