diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index f91775b4bc3cb3d8eaf0aa9e936cd048dde58918..b6e7d0d56622aa98f2a58162bd160ada245e81b6 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -2129,7 +2129,7 @@ static void FILE__write_graph(void *fp, int graph) fputs(s, fp); } -int symbol__annotate_fprintf2(struct symbol *sym, FILE *fp) +static int symbol__annotate_fprintf2(struct symbol *sym, FILE *fp) { struct annotation *notes = symbol__annotation(sym); struct annotation_write_ops ops = { diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index a4c0d91907e662853aac249db5ce69dd3da9019b..5f24fc9dcc7cef60c8fe0a2f441df8fa3399118f 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h @@ -340,7 +340,6 @@ int symbol__strerror_disassemble(struct symbol *sym, struct map *map, int symbol__annotate_printf(struct symbol *sym, struct map *map, struct perf_evsel *evsel, struct annotation_options *options); -int symbol__annotate_fprintf2(struct symbol *sym, FILE *fp); void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); void symbol__annotate_decay_histogram(struct symbol *sym, int evidx); void annotated_source__purge(struct annotated_source *as);