Move helper scripts to a new dir, make temp fixes to allow this

This commit is contained in:
Pragyansh Chaturvedi
2025-09-30 23:57:31 +05:30
parent fa2ff0a242
commit 7e45864552
6 changed files with 5 additions and 6 deletions

View File

@ -23,8 +23,6 @@ def events() -> PerfEventArray:
@section("tracepoint/syscalls/sys_enter_clone")
def hello(ctx: c_void_p) -> c_int32:
dataobj = data_t()
ts = ktime()
process_id = pid()
strobj = "hellohellohello"
dataobj.pid = pid()
dataobj.ts = ktime()