add array field generation support

This commit is contained in:
2025-10-15 23:56:04 +05:30
parent 2b3c81affa
commit c22d85ceb8
4 changed files with 92 additions and 20 deletions

View File

@ -3,8 +3,7 @@ from pythonbpf.maps import HashMap
from pythonbpf.helper import XDP_PASS
from vmlinux import TASK_COMM_LEN # noqa: F401
from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
# from vmlinux import struct_request
from vmlinux import struct_posix_cputimers
from vmlinux import struct_xdp_md
# from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
# from vmlinux import struct_ring_buffer_per_cpu # noqa: F401