Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dlibbpf.c8453 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link);
8475 SEC_DEF("usdt+", KPROBE, 0, SEC_NONE, attach_usdt),
10951 static int attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_usdt() function