Searched refs:attach_tp (Results 1 – 1 of 1) sorted by relevance
/external/libbpf/src/ |
D | libbpf.c | 8585 static struct bpf_link *attach_tp(const struct bpf_program *prog, long cookie); 8602 SEC_DEF("tracepoint/", TRACEPOINT, 0, SEC_NONE, attach_tp), 8603 SEC_DEF("tp/", TRACEPOINT, 0, SEC_NONE, attach_tp), 10382 static struct bpf_link *attach_tp(const struct bpf_program *prog, long cookie) in attach_tp() function
|