bpf_raw_tp_opts
int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts)
if (!OPTS_VALID(opts, bpf_raw_tp_opts))
LIBBPF_OPTS(bpf_raw_tp_opts, opts, .tp_name = name);
LIBBPF_API int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts);
LIBBPF_OPTS(bpf_raw_tp_opts, raw_opts);
LIBBPF_OPTS(bpf_raw_tp_opts, raw_tp_opts);
LIBBPF_OPTS(bpf_raw_tp_opts, raw_tp_opts);