diff options
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r-- | tools/perf/util/annotate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index b237c8678c2..e848803fcd4 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h | |||
@@ -78,7 +78,8 @@ void symbol__annotate_zero_histograms(struct symbol *sym); | |||
78 | int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize); | 78 | int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize); |
79 | int symbol__annotate_init(struct map *map __used, struct symbol *sym); | 79 | int symbol__annotate_init(struct map *map __used, struct symbol *sym); |
80 | int symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx, | 80 | int symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx, |
81 | bool full_paths, int min_pcnt, int max_lines); | 81 | bool full_paths, int min_pcnt, int max_lines, |
82 | int context); | ||
82 | void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); | 83 | void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); |
83 | void symbol__annotate_decay_histogram(struct symbol *sym, int evidx); | 84 | void symbol__annotate_decay_histogram(struct symbol *sym, int evidx); |
84 | void objdump_line_list__purge(struct list_head *head); | 85 | void objdump_line_list__purge(struct list_head *head); |