Syscall commands
Object creation commands
These commands create new objects in the kernel, returning their file descriptors.
BPF_MAP_CREATEBPF_PROG_LOADBPF_BTF_LOADBPF_LINK_CREATEBPF_ITER_CREATEBPF_RAW_TRACEPOINT_OPEN
Map commands
Commands related to BPF maps.
BPF_MAP_CREATEBPF_MAP_LOOKUP_ELEMBPF_MAP_UPDATE_ELEMBPF_MAP_DELETE_ELEMBPF_MAP_GET_NEXT_KEYBPF_MAP_LOOKUP_BATCHBPF_MAP_LOOKUP_AND_DELETE_BATCHBPF_MAP_UPDATE_BATCHBPF_MAP_DELETE_BATCHBPF_MAP_LOOKUP_AND_DELETE_ELEMBPF_MAP_FREEZE
Pin commands
Commands related to the pinning of BPF objects.
Program commands
Commands related to BPF programs.
BPF_PROG_LOADBPF_PROG_ATTACHBPF_PROG_DETACHBPF_PROG_TEST_RUNBPF_PROG_RUNBPF_PROG_BIND_MAP
Object discovery commands
Commands used to find existing objects or iterate over them.
Link commands
Commands related to links.
BPF_LINK_CREATEBPF_LINK_UPDATEBPF_LINK_DETACH
Statistics commands
Security commands
BPF_TOKEN_CREATE