There was an error while loading. Please reload this page.
1 parent f7aa054 commit 655b7dcCopy full SHA for 655b7dc
1 file changed
examples/execve2.py
@@ -22,6 +22,9 @@ def hello(ctx: c_void_p) -> c_int32:
22
@section("tracepoint/syscalls/sys_exit_execve")
23
def hello_again(ctx: c_void_p) -> c_int64:
24
print("exited")
25
+ key = c_int64(0)
26
+ tsp = last.lookup(key)
27
+ print(tsp)
28
ts = bpf_ktime_get_ns()
29
return c_int64(0)
30
0 commit comments