Searched refs:attach_kprobe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 8309 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec, 8326 .attach_fn = attach_kprobe), 8329 .attach_fn = attach_kprobe), 9468 static struct bpf_link *attach_kprobe(const struct bpf_sec_def *sec, in attach_kprobe() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 8762 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link); 8778 SEC_DEF("kprobe+", KPROBE, 0, SEC_NONE, attach_kprobe), 8781 SEC_DEF("kretprobe+", KPROBE, 0, SEC_NONE, attach_kprobe), 10908 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_kprobe() function
|
Completed in 46 milliseconds