Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c4094 static int bpf_raw_tp_link_attach(struct bpf_prog *prog, in bpf_raw_tp_link_attach() function
4183 fd = bpf_raw_tp_link_attach(prog, tp_name, cookie, prog->expected_attach_type); in bpf_raw_tracepoint_open()
5568 ret = bpf_raw_tp_link_attach(prog, NULL, attr->link_create.tracing.cookie, in link_create()