make dwarf constant handling easier

This commit is contained in:
2025-09-09 13:37:50 +05:30
parent 896daddf0b
commit e0385759b2
3 changed files with 760 additions and 13 deletions

View File

@ -9,7 +9,6 @@ from pythonbpf.maps import HashMap
def last() -> HashMap:
return HashMap(key_type=c_uint64, value_type=c_uint64, max_entries=1)
@bpf
@section("tracepoint/syscalls/sys_enter_execve")
def hello(ctx: c_void_p) -> c_int32: