Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dbpf_cookie.c379 link1 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp1, in tp_subtest()
386 link2 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp2, in tp_subtest()
408 link3 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp3, in tp_subtest()
/linux-6.8/tools/lib/bpf/
Dlibbpf.map276 bpf_program__attach_tracepoint_opts;
Dlibbpf.h739 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog,
Dlibbpf.c12264 struct bpf_link *bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, in bpf_program__attach_tracepoint_opts() function
12302 return bpf_program__attach_tracepoint_opts(prog, tp_category, tp_name, NULL); in bpf_program__attach_tracepoint()