Skip to content

Commit e038575

Browse files
make dwarf constant handling easier
1 parent 896dadd commit e038575

File tree

3 files changed

+760
-13
lines changed

3 files changed

+760
-13
lines changed

examples/execve2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
def last() -> HashMap:
1010
return HashMap(key_type=c_uint64, value_type=c_uint64, max_entries=1)
1111

12-
1312
@bpf
1413
@section("tracepoint/syscalls/sys_enter_execve")
1514
def hello(ctx: c_void_p) -> c_int32:

0 commit comments

Comments
 (0)