Searched refs:attach_raw_tp (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
H A D | libbpf.c | 9214 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link); 9254 SEC_DEF("raw_tracepoint+", RAW_TRACEPOINT, 0, SEC_NONE, attach_raw_tp), 9255 SEC_DEF("raw_tp+", RAW_TRACEPOINT, 0, SEC_NONE, attach_raw_tp), 9256 SEC_DEF("raw_tracepoint.w+", RAW_TRACEPOINT_WRITABLE, 0, SEC_NONE, attach_raw_tp), 9257 SEC_DEF("raw_tp.w+", RAW_TRACEPOINT_WRITABLE, 0, SEC_NONE, attach_raw_tp), 12283 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) function
|
Completed in 17 milliseconds