2020-06-17 09:18 UTC-0700 ~ Andrii Nakryiko <andriin@xxxxxx> > Adapt Makefile to support BPF skeleton generation beyond single profiler.bpf.c > case. Also add vmlinux.h generation and switch profiler.bpf.c to use it. > > clang-bpf-global-var feature is extended and renamed to clang-bpf-co-re to > check for support of preserve_access_index attribute, which, together with BTF > for global variables, is the minimum requirement for modern BPF programs. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Reviewed-by: Quentin Monnet <quentin@xxxxxxxxxxxxx>