Searched refs:attach_ksyscall (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 9347 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link); 9375 SEC_DEF("ksyscall+", KPROBE, 0, SEC_NONE, attach_ksyscall), 9376 SEC_DEF("kretsyscall+", KPROBE, 0, SEC_NONE, attach_ksyscall), 11602 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_ksyscall() function
|