mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:44:45 +01:00
perf tests: build-test coverage for NO_JEVENTS=1
Leo reported 'perf stat' being broken and this highlighted that the 'make NO_JEVENTS=1' variant is missing from 'make -C tools/perf build-test', add it. Closes: https://lore.kernel.org/linux-perf-users/20260205175250.GC3529712@e132581.arm.com/ Reported-by: Leo Yan <leo.yan@arm.com> Reviewed-by: Leo Yan <leo.yan@arm.com> Signed-off-by: Ian Rogers <irogers@google.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: James Clark <james.clark@linaro.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
1d9622c3c1
commit
f637bb2eed
1 changed files with 2 additions and 0 deletions
|
|
@ -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_no_jevents := NO_JEVENTS=1
|
||||
make_jevents_all := JEVENTS_ARCH=all
|
||||
make_no_bpf_skel := BUILD_BPF_SKEL=0
|
||||
make_gen_vmlinux_h := GEN_VMLINUX_H=1
|
||||
|
|
@ -144,6 +145,7 @@ ifneq ($(new_libbfd),)
|
|||
run += make_nondistro
|
||||
endif
|
||||
run += make_extra_tests
|
||||
run += make_no_jevents
|
||||
run += make_jevents_all
|
||||
run += make_no_bpf_skel
|
||||
run += make_gen_vmlinux_h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue