On Wed, Feb 26, 2020 at 5:04 AM Jiri Olsa <jolsa@xxxxxxxxxx> wrote: > > The bpf_tree is used both for kallsyms iterations and searching > for exception tables of bpf programs, which is needed only for > bpf programs. > > Adding bpf_ksym_tree that will hold symbols for all bpf_prog > bpf_trampoline and bpf_dispatcher objects and keeping bpf_tree > only for bpf_prog objects to keep it fast. > > Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>