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 976af29 commit 8a69e05Copy full SHA for 8a69e05
examples/kprobes.py
@@ -10,7 +10,7 @@ def hello_world(ctx: c_void_p) -> c_int64:
10
11
@bpf
12
@section("kprobe/do_unlinkat")
13
-def hello_world(ctx: c_void_p) -> c_int64:
+def hello_world2(ctx: c_void_p) -> c_int64:
14
print("Hello, World!")
15
return c_int64(0)
16
0 commit comments