summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-unregister-kprobes.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoconf-unregister-kprobes.c')
-rw-r--r--runtime/autoconf-unregister-kprobes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/autoconf-unregister-kprobes.c b/runtime/autoconf-unregister-kprobes.c
new file mode 100644
index 00000000..793891da
--- /dev/null
+++ b/runtime/autoconf-unregister-kprobes.c
@@ -0,0 +1,4 @@
+#include <linux/kprobes.h>
+
+void * x = (void *)unregister_kprobes;
+void * y = (void *)unregister_kretprobes;