Home
last modified time | relevance | path

Searched refs:attach_tp (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c9471 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link);
9512 SEC_DEF("tracepoint+", TRACEPOINT, 0, SEC_NONE, attach_tp),
9513 SEC_DEF("tp+", TRACEPOINT, 0, SEC_NONE, attach_tp),
12598 static int attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_tp() function