mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
runqslower was added in commit 9c01546d26 "tools/bpf: Add runqslower
tool to tools/bpf" as a BCC port to showcase early BPF CO-RE + libbpf
workflows. runqslower continues to live in BCC (libbpf-tools), so there
is no need to keep building and maintaining it.
Drop tools/bpf/runqslower and remove all build hooks in tools/bpf and
selftests accordingly.
Signed-off-by: Hoyeon Lee <hoyeon.lee@suse.com>
Link: https://lore.kernel.org/r/20251126093821.373291-1-hoyeon.lee@suse.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
48 lines
636 B
Plaintext
48 lines
636 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
bpftool
|
|
bpf-helpers*
|
|
bpf-syscall*
|
|
test_verifier
|
|
test_maps
|
|
test_lru_map
|
|
test_tag
|
|
FEATURE-DUMP.libbpf
|
|
FEATURE-DUMP.selftests
|
|
fixdep
|
|
/test_progs
|
|
/test_progs-no_alu32
|
|
/test_progs-bpf_gcc
|
|
/test_progs-cpuv4
|
|
test_verifier_log
|
|
feature
|
|
urandom_read
|
|
test_sockmap
|
|
test_lirc_mode2_user
|
|
flow_dissector_load
|
|
test_tcpnotify_user
|
|
test_libbpf
|
|
xdping
|
|
test_cpp
|
|
test_progs_verification_cert
|
|
*.d
|
|
*.subskel.h
|
|
*.skel.h
|
|
*.lskel.h
|
|
/no_alu32
|
|
/bpf_gcc
|
|
/cpuv4
|
|
/host-tools
|
|
/tools
|
|
/bench
|
|
/veristat
|
|
/sign-file
|
|
/uprobe_multi
|
|
*.ko
|
|
*.tmp
|
|
xskxceiver
|
|
xdp_redirect_multi
|
|
xdp_synproxy
|
|
xdp_hw_metadata
|
|
xdp_features
|
|
verification_cert.h
|