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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c9229 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link);
9256 SEC_DEF("usdt+", KPROBE, 0, SEC_USDT, attach_usdt),
9257 SEC_DEF("usdt.s+", KPROBE, 0, SEC_USDT | SEC_SLEEPABLE, attach_usdt),
12121 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link) function

Completed in 210 milliseconds