Home
last modified time | relevance | path

Searched refs:attach_raw_tp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c8767 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link);
8803 SEC_DEF("raw_tracepoint+", RAW_TRACEPOINT, 0, SEC_NONE, attach_raw_tp),
8804 SEC_DEF("raw_tp+", RAW_TRACEPOINT, 0, SEC_NONE, attach_raw_tp),
8805 SEC_DEF("raw_tracepoint.w+", RAW_TRACEPOINT_WRITABLE, 0, SEC_NONE, attach_raw_tp),
8806 SEC_DEF("raw_tp.w+", RAW_TRACEPOINT_WRITABLE, 0, SEC_NONE, attach_raw_tp),
11803 static int attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_raw_tp() function
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c8313 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec,
8338 .attach_fn = attach_raw_tp),
8340 .attach_fn = attach_raw_tp),
9644 static struct bpf_link *attach_raw_tp(const struct bpf_sec_def *sec, in attach_raw_tp() function

Completed in 29 milliseconds