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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c9226 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link);
9242 SEC_DEF("kprobe+", KPROBE, 0, SEC_NONE, attach_kprobe),
9245 SEC_DEF("kretprobe+", KPROBE, 0, SEC_NONE, attach_kprobe),
11399 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) function

Completed in 125 milliseconds