Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbpf_cookie.c121 link1 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp1, in tp_subtest()
128 link2 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp2, in tp_subtest()
150 link3 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp3, in tp_subtest()
/external/libbpf/src/
Dlibbpf.map379 bpf_program__attach_tracepoint_opts;
Dlibbpf.h496 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog,
Dlibbpf.c10341 struct bpf_link *bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, in bpf_program__attach_tracepoint_opts() function
10379 return bpf_program__attach_tracepoint_opts(prog, tp_category, tp_name, NULL); in bpf_program__attach_tracepoint()