diff options
Diffstat (limited to 'tools/perf/util/annotate.h')
| -rw-r--r-- | tools/perf/util/annotate.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index a8ccbda4aeb..c422440fe61 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h @@ -164,6 +164,8 @@ static inline int hist_entry__gtk_annotate(struct hist_entry *he, int evidx,  {  	return symbol__gtk_annotate(he->ms.sym, he->ms.map, evidx, hbt);  } + +void perf_gtk__show_annotations(void);  #else  static inline int hist_entry__gtk_annotate(struct hist_entry *he __maybe_unused,  					   int evidx __maybe_unused, @@ -172,6 +174,8 @@ static inline int hist_entry__gtk_annotate(struct hist_entry *he __maybe_unused,  {  	return 0;  } + +static inline void perf_gtk__show_annotations(void) {}  #endif  extern const char	*disassembler_style;  |