Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbpf.h620 struct bpf_raw_tp_opts { struct
628 LIBBPF_API int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts); argument
H A Dbpf.c1178 int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts) in bpf_raw_tracepoint_open_opts()
1184 if (!OPTS_VALID(opts, bpf_raw_tp_opts)) in bpf_raw_tracepoint_open_opts()
1198 LIBBPF_OPTS(bpf_raw_tp_opts, opts, .tp_name = name); in bpf_raw_tracepoint_open()
H A Dlibbpf.c12477 LIBBPF_OPTS(bpf_raw_tp_opts, raw_opts); in bpf_program__attach_raw_tracepoint_opts()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c582 LIBBPF_OPTS(bpf_raw_tp_opts, raw_tp_opts); in tp_btf_subtest()
643 LIBBPF_OPTS(bpf_raw_tp_opts, raw_tp_opts); in raw_tp_subtest()