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