Searched refs:attach_ksyscall (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.c9228 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link);
9254 SEC_DEF("ksyscall+", KPROBE, 0, SEC_NONE, attach_ksyscall),
9255 SEC_DEF("kretsyscall+", KPROBE, 0, SEC_NONE, attach_ksyscall),
11436 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link) function

Completed in 147 milliseconds