bpf_raw_tracepoint_open_opts
return bpf_raw_tracepoint_open_opts(prog_fd, &opts);
LIBBPF_API int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts);
pfd = bpf_raw_tracepoint_open_opts(prog_fd, &raw_opts);
link_fd = bpf_raw_tracepoint_open_opts(prog_fd, &raw_tp_opts);
link_fd = bpf_raw_tracepoint_open_opts(prog_fd, &raw_tp_opts);