On Fri, Jul 3, 2020 at 2:52 AM Jiri Olsa <jo...@kernel.org> wrote: > > This way the ID is resolved during compile time, > and we can remove the runtime name search. > > Signed-off-by: Jiri Olsa <jo...@kernel.org> > ---
Acked-by: Andrii Nakryiko <andr...@fb.com> > kernel/bpf/btf.c | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 deletions(-) > [...]