aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
diff options
context:
space:
mode:
authorAndrii Nakryiko <andriin@fb.com>2019-12-16 22:14:25 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2019-12-18 00:14:20 +0100
commit92f7440ecc9331aa1e274273d4a3cb5c58b69706 (patch)
tree2f4f0ff120b290032cf17fa72f56d7c6541c0c27 /tools/lib/bpf/libbpf.c
parentlibbpf: Add zlib as a dependency in pkg-config template (diff)
downloadlinux-dev-92f7440ecc9331aa1e274273d4a3cb5c58b69706.tar.xz
linux-dev-92f7440ecc9331aa1e274273d4a3cb5c58b69706.zip
selftests/bpf: More succinct Makefile output
Similarly to bpftool/libbpf output, make selftests/bpf output succinct per-item output line. Output is roughly as follows: $ make ... CLANG-LLC [test_maps] pyperf600.o CLANG-LLC [test_maps] strobemeta.o CLANG-LLC [test_maps] pyperf100.o EXTRA-OBJ [test_progs] cgroup_helpers.o EXTRA-OBJ [test_progs] trace_helpers.o BINARY test_align BINARY test_verifier_log GEN-SKEL [test_progs] fexit_bpf2bpf.skel.h GEN-SKEL [test_progs] test_global_data.skel.h GEN-SKEL [test_progs] sendmsg6_prog.skel.h ... To see the actual command invocation, verbose mode can be turned on with V=1 argument: $ make V=1 ... very verbose output ... Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20191217061425.2346359-1-andriin@fb.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions