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 3853c26 commit 4f97098Copy full SHA for 4f97098
driver/main.c
@@ -56,8 +56,6 @@ or GPL2.txt for full copies of the license.
56
MODULE_LICENSE("Dual MIT/GPL");
57
MODULE_AUTHOR("the Falco authors");
58
59
-/* Trigger driver CI */
60
-
61
#define TRACEPOINT_PROBE_REGISTER(p1, p2) tracepoint_probe_register(p1, p2, NULL)
62
#define TRACEPOINT_PROBE_UNREGISTER(p1, p2) tracepoint_probe_unregister(p1, p2, NULL)
63
#define TRACEPOINT_PROBE(probe, args...) static void probe(void *__data, args)
0 commit comments