Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c9348 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link);
9377 SEC_DEF("usdt+", KPROBE, 0, SEC_USDT, attach_usdt),
9378 SEC_DEF("usdt.s+", KPROBE, 0, SEC_USDT | SEC_SLEEPABLE, attach_usdt),
12319 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_usdt() function