commit | 3a2a58c4479a6acd4421db41e1e1ffd804763a5a | [log] [tgz] |
---|---|---|
author | Pu Lehui <pulehui@huawei.com> | Thu Jul 14 10:46:11 2022 +0800 |
committer | Andrii Nakryiko <andrii@kernel.org> | Fri Jul 15 12:01:30 2022 -0700 |
tree | 3c70ac70b4b2944857170c9df83807b1b05aeb50 | |
parent | 2e4966288c1651c22202df80142ed84dbef817b5 [diff] |
tools: runqslower: Build and use lightweight bootstrap version of bpftool tools/runqslower use bpftool for vmlinux.h, skeleton, and static linking only. So we can use lightweight bootstrap version of bpftool to handle these, and it will be faster. Suggested-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Pu Lehui <pulehui@huawei.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20220714024612.944071-3-pulehui@huawei.com