We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1344a70 commit f0f4cd1Copy full SHA for f0f4cd1
tools/perf/util/pmu.y
@@ -5,6 +5,10 @@
5
6
%{
7
8
+#ifndef NDEBUG
9
+#define YYDEBUG 1
10
+#endif
11
+
12
#include <linux/compiler.h>
13
#include <linux/list.h>
14
#include <linux/bitmap.h>
0 commit comments