perf tools: Add --debug optionto set debug variable
[linux-2.6-microblaze.git] / tools / perf / util / debug.h
index 1cb8081..89fb6b0 100644 (file)
@@ -39,4 +39,6 @@ void pr_stat(const char *fmt, ...);
 
 int eprintf(int level, int var, const char *fmt, ...) __attribute__((format(printf, 3, 4)));
 
+int perf_debug_option(const char *str);
+
 #endif /* __PERF_DEBUG_H */