Searched refs:attach_tp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 8311 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec, 8334 .attach_fn = attach_tp), 8336 .attach_fn = attach_tp), 9588 static struct bpf_link *attach_tp(const struct bpf_sec_def *sec, in attach_tp() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 8766 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link); 8801 SEC_DEF("tracepoint+", TRACEPOINT, 0, SEC_NONE, attach_tp), 8802 SEC_DEF("tp+", TRACEPOINT, 0, SEC_NONE, attach_tp), 11741 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_tp() function
|
Completed in 30 milliseconds