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 f0f4cd1 commit 999b81bCopy full SHA for 999b81b
tools/perf/util/bpf-filter.y
@@ -3,6 +3,10 @@
3
4
%{
5
6
+#ifndef NDEBUG
7
+#define YYDEBUG 1
8
+#endif
9
+
10
#include <stdio.h>
11
#include <string.h>
12
#include <linux/compiler.h>
0 commit comments