Searched refs:attach_raw_tp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/lib/bpf/ |
| D | libbpf.c | 8761 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link); 8797 SEC_DEF("raw_tracepoint+", RAW_TRACEPOINT, 0, SEC_NONE, attach_raw_tp), 8798 SEC_DEF("raw_tp+", RAW_TRACEPOINT, 0, SEC_NONE, attach_raw_tp), 8799 SEC_DEF("raw_tracepoint.w+", RAW_TRACEPOINT_WRITABLE, 0, SEC_NONE, attach_raw_tp), 8800 SEC_DEF("raw_tp.w+", RAW_TRACEPOINT_WRITABLE, 0, SEC_NONE, attach_raw_tp), 11797 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_raw_tp() function
|