diff options
Diffstat (limited to 'tools/perf/util/debug.h')
-rw-r--r-- | tools/perf/util/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/debug.h b/tools/perf/util/debug.h index 8b9a088c32ab..14bafda79eda 100644 --- a/tools/perf/util/debug.h +++ b/tools/perf/util/debug.h | |||
@@ -53,5 +53,6 @@ int eprintf_time(int level, int var, u64 t, const char *fmt, ...) __attribute__( | |||
53 | int veprintf(int level, int var, const char *fmt, va_list args); | 53 | int veprintf(int level, int var, const char *fmt, va_list args); |
54 | 54 | ||
55 | int perf_debug_option(const char *str); | 55 | int perf_debug_option(const char *str); |
56 | void perf_debug_setup(void); | ||
56 | 57 | ||
57 | #endif /* __PERF_DEBUG_H */ | 58 | #endif /* __PERF_DEBUG_H */ |