Searched refs:attach_kprobe (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 9467 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link); 9484 SEC_DEF("kprobe+", KPROBE, 0, SEC_NONE, attach_kprobe), 9487 SEC_DEF("kretprobe+", KPROBE, 0, SEC_NONE, attach_kprobe), 11715 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_kprobe() function
|