]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - tools/perf/util/debug.h
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
[mirror_ubuntu-zesty-kernel.git] / tools / perf / util / debug.h
index 5cb0a1b1401a86db13c35ba822698aa3756fe7e7..047ac3324ebe0948aefddac341f6994f1f896cce 100644 (file)
@@ -2,10 +2,11 @@
 #ifndef __PERF_DEBUG_H
 #define __PERF_DEBUG_H
 
+#include <stdbool.h>
 #include "event.h"
 
 extern int verbose;
-extern int dump_trace;
+extern bool dump_trace;
 
 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
 void trace_event(event_t *event);