Searched refs:attach_tp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/lib/bpf/ |
| D | libbpf.c | 8760 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link); 8795 SEC_DEF("tracepoint+", TRACEPOINT, 0, SEC_NONE, attach_tp), 8796 SEC_DEF("tp+", TRACEPOINT, 0, SEC_NONE, attach_tp), 11735 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_tp() function
|