There was an error while loading. Please reload this page.
1 parent 9e87ee5 commit 35969c4Copy full SHA for 35969c4
1 file changed
examples/execve5.py
@@ -21,6 +21,7 @@ def events() -> PerfEventArray:
21
@bpf
22
@section("tracepoint/syscalls/sys_enter_clone")
23
def hello(ctx: c_void_p) -> c_int32:
24
+ strobj = "Hi"
25
dataobj = data_t()
26
ts = ktime()
27
process_id = pid()
0 commit comments