Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dlibbpf.c8452 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link);
8473 SEC_DEF("ksyscall+", KPROBE, 0, SEC_NONE, attach_ksyscall),
8474 SEC_DEF("kretsyscall+", KPROBE, 0, SEC_NONE, attach_ksyscall),
10349 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_ksyscall() function