diff options
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r-- | tools/perf/util/annotate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index f67ccb027561..e96f4daed9b9 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h | |||
@@ -177,7 +177,6 @@ enum symbol_disassemble_errno { | |||
177 | int symbol__strerror_disassemble(struct symbol *sym, struct map *map, | 177 | int symbol__strerror_disassemble(struct symbol *sym, struct map *map, |
178 | int errnum, char *buf, size_t buflen); | 178 | int errnum, char *buf, size_t buflen); |
179 | 179 | ||
180 | int symbol__annotate_init(struct map *map, struct symbol *sym); | ||
181 | int symbol__annotate_printf(struct symbol *sym, struct map *map, | 180 | int symbol__annotate_printf(struct symbol *sym, struct map *map, |
182 | struct perf_evsel *evsel, bool full_paths, | 181 | struct perf_evsel *evsel, bool full_paths, |
183 | int min_pcnt, int max_lines, int context); | 182 | int min_pcnt, int max_lines, int context); |