Hi Andrii,The libbpf API bpf_program__title() is getting depricated (which is great BTW). (p.s. Instead use bpf_program__section_name()).
Why do we still have bpf_object__find_program_by_title() ? Shouldn't we also deprecate that? And introduce bpf_object__find_program_by_section_name(). --Jesper