Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map414 bpf_raw_tracepoint_open_opts;
Dbpf.h628 LIBBPF_API int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts);
Dbpf.c1178 int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts) in bpf_raw_tracepoint_open_opts() function
1200 return bpf_raw_tracepoint_open_opts(prog_fd, &opts); in bpf_raw_tracepoint_open()
Dlibbpf.c12498 pfd = bpf_raw_tracepoint_open_opts(prog_fd, &raw_opts); in bpf_program__attach_raw_tracepoint_opts()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_cookie.c594 link_fd = bpf_raw_tracepoint_open_opts(prog_fd, &raw_tp_opts); in tp_btf_subtest()
654 link_fd = bpf_raw_tracepoint_open_opts(prog_fd, &raw_tp_opts); in raw_tp_subtest()