Commit 06c39e74 authored by Ian Rogers's avatar Ian Rogers Committed by Namhyung Kim

perf test: Add build tests for BUILD_BPF_SKEL

Add tests with and without generating vmlinux.h.
Signed-off-by: default avatarIan Rogers <irogers@google.com>
Acked-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Acked-by: default avatarNamhyung Kim <namhyung@kernel.org>
Acked-by: default avatarJiri Olsa <jolsa@kernel.org>
Cc: James Clark <james.clark@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Yang Jihong <yangjihong1@huawei.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Tiezhu Yang <yangtiezhu@loongson.cn>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: bpf@vger.kernel.org
Link: https://lore.kernel.org/r/20230623041405.4039475-4-irogers@google.comSigned-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
parent 5c45b210
...@@ -70,6 +70,8 @@ make_python_perf_so := $(python_perf_so) ...@@ -70,6 +70,8 @@ make_python_perf_so := $(python_perf_so)
make_debug := DEBUG=1 make_debug := DEBUG=1
make_nondistro := BUILD_NONDISTRO=1 make_nondistro := BUILD_NONDISTRO=1
make_extra_tests := EXTRA_TESTS=1 make_extra_tests := EXTRA_TESTS=1
make_bpf_skel := BUILD_BPF_SKEL=1
make_gen_vmlinux_h := BUILD_BPF_SKEL=1 GEN_VMLINUX_H=1
make_no_libperl := NO_LIBPERL=1 make_no_libperl := NO_LIBPERL=1
make_no_libpython := NO_LIBPYTHON=1 make_no_libpython := NO_LIBPYTHON=1
make_no_scripts := NO_LIBPYTHON=1 NO_LIBPERL=1 make_no_scripts := NO_LIBPYTHON=1 NO_LIBPERL=1
...@@ -137,6 +139,8 @@ endif ...@@ -137,6 +139,8 @@ endif
run += make_python_perf_so run += make_python_perf_so
run += make_debug run += make_debug
run += make_nondistro run += make_nondistro
run += make_build_bpf_skel
run += make_gen_vmlinux_h
run += make_no_libperl run += make_no_libperl
run += make_no_libpython run += make_no_libpython
run += make_no_scripts run += make_no_scripts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment