Searched refs:bpf_raw_tp_opts (Results 1 – 3 of 3) sorted by relevance
623 struct bpf_raw_tp_opts { struct631 LIBBPF_API int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts); argument
1180 int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts) in bpf_raw_tracepoint_open_opts()1186 if (!OPTS_VALID(opts, bpf_raw_tp_opts)) in bpf_raw_tracepoint_open_opts()1200 LIBBPF_OPTS(bpf_raw_tp_opts, opts, .tp_name = name); in bpf_raw_tracepoint_open()
12570 LIBBPF_OPTS(bpf_raw_tp_opts, raw_opts); in bpf_program__attach_raw_tracepoint_opts()