On Mon, Mar 18, 2024 at 11:40 AM Andrii Nakryiko <andrii@xxxxxxxxxx> wrote: > > > -int bpf_raw_tracepoint_open(const char *name, int prog_fd) > +int bpf_raw_tp_open(int prog_fd, struct bpf_raw_tp_opts *opts) ... > LIBBPF_1.4.0 { > global: > + bpf_program__attach_raw_tracepoint_opts; > + bpf_raw_tp_open; So far all api-s that accept opts have the "_opts" suffix. Why deviate from that?