format chore

This commit is contained in:
2025-10-16 18:22:25 +05:30
parent 041e538b53
commit 5d9a29ee8e
2 changed files with 12 additions and 7 deletions

View File

@ -2,13 +2,15 @@ from pythonbpf import bpf, map, section, bpfglobal, compile_to_ir
from pythonbpf.maps import HashMap
from pythonbpf.helper import XDP_PASS
from vmlinux import TASK_COMM_LEN # noqa: F401
# from vmlinux import struct_qspinlock_0_1
# from vmlinux import struct_qspinlock_0_1 # noqa: F401
# from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
# from vmlinux import struct_posix_cputimers # noqa: F401
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
from vmlinux import struct_request
from vmlinux import struct_request # noqa: F401
from ctypes import c_int64
# Instructions to how to run this program