summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-02-03 14:22:18 +0300
committerIngo Molnar <mingo@kernel.org>2015-02-03 14:22:18 +0300
commit8dbcb8737cdd564dd58156b890e567595d8a778d (patch)
tree7768af62c42fd167b95d7b0cf461aab37d61497e /tools/perf/scripts
parent772a9aca12567badb5b9caf2af249a5991f47ea8 (diff)
parente36f014edff70fc02b3d3d79cead1d58f289332e (diff)
downloadlinux-8dbcb8737cdd564dd58156b890e567595d8a778d.tar.xz
Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in new changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts')
-rw-r--r--tools/perf/scripts/perl/Perf-Trace-Util/Context.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/scripts/perl/Perf-Trace-Util/Context.c b/tools/perf/scripts/perl/Perf-Trace-Util/Context.c
index 790ceba6ad3f..28431d1bbcf5 100644
--- a/tools/perf/scripts/perl/Perf-Trace-Util/Context.c
+++ b/tools/perf/scripts/perl/Perf-Trace-Util/Context.c
@@ -5,7 +5,10 @@
* ANY CHANGES MADE HERE WILL BE LOST!
*
*/
-
+#include <stdbool.h>
+#ifndef HAS_BOOL
+# define HAS_BOOL 1
+#endif
#line 1 "Context.xs"
/*
* Context.xs. XS interfaces for perf script.