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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h
index e848803fcd48..c2c286896801 100644
--- a/tools/perf/util/annotate.h
+++ b/tools/perf/util/annotate.h
@@ -90,12 +90,14 @@ int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx,
90 90
91#ifdef NO_NEWT_SUPPORT 91#ifdef NO_NEWT_SUPPORT
92static inline int symbol__tui_annotate(struct symbol *sym __used, 92static inline int symbol__tui_annotate(struct symbol *sym __used,
93 struct map *map __used, int evidx __used) 93 struct map *map __used,
94 int evidx __used, int refresh __used)
94{ 95{
95 return 0; 96 return 0;
96} 97}
97#else 98#else
98int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx); 99int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx,
100 int refresh);
99#endif 101#endif
100 102
101#endif /* __PERF_ANNOTATE_H */ 103#endif /* __PERF_ANNOTATE_H */