Merge branch 'Use lightweigt version of bpftool'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 15 Jul 2022 19:01:30 +0000 (12:01 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 15 Jul 2022 19:03:25 +0000 (12:03 -0700)
commit8eab0a09a211735c2ffd0e481f7155e53c311dd9
tree840943b56fe236aa15abb55f6f1143c9a28ebe12
parenta2a5580fcbf808e7c2310e4959b62f9d2157fdb6
parent3848636b4a88f0706f9ce48d532163244abadd43
Merge branch 'Use lightweigt version of bpftool'

Pu Lehui says:

====================

Currently, samples/bpf, tools/runqslower and bpf/iterators use bpftool
for vmlinux.h, skeleton, and static linking only. We can use lightweight
bootstrap version of bpftool to handle these, and it will be faster.

v2:
- make libbpf and bootstrap bpftool independent. and make it simple.

v1: https://lore.kernel.org/bpf/20220712030813.865410-1-pulehui@huawei.com
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>