[PATCH v1 1/5] perf test: Add build test for JEVENTS_ARCH=all
Ian Rogers
irogers at google.com
Mon Aug 5 12:44:20 PDT 2024
Building with JEVENTS_ARCH=all builds all CPU types and allows things
like assertions to check the validity of the input json.
Signed-off-by: Ian Rogers <irogers at google.com>
---
tools/perf/tests/make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/perf/tests/make b/tools/perf/tests/make
index a1f8adf85367..8a9edf758f10 100644
--- a/tools/perf/tests/make
+++ b/tools/perf/tests/make
@@ -70,6 +70,7 @@ make_python_perf_so := $(python_perf_so)
make_debug := DEBUG=1
make_nondistro := BUILD_NONDISTRO=1
make_extra_tests := EXTRA_TESTS=1
+make_jevents_all := JEVENTS_ARCH=all
make_no_bpf_skel := BUILD_BPF_SKEL=0
make_gen_vmlinux_h := GEN_VMLINUX_H=1
make_no_libperl := NO_LIBPERL=1
@@ -140,6 +141,7 @@ run += make_python_perf_so
run += make_debug
run += make_nondistro
run += make_extra_tests
+run += make_jevents_all
run += make_no_bpf_skel
run += make_gen_vmlinux_h
run += make_no_libperl
--
2.46.0.rc2.264.g509ed76dc8-goog
More information about the linux-riscv
mailing list