aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/make
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2021-05-17 11:15:18 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-05-17 11:15:18 -0300
commit1ce296a4c968ecd746503fe7dfa91966d53e05e9 (patch)
tree1e12acdce756b58d33a5f6e411fac87db58bd078 /tools/perf/tests/make
parentperf cs-etm: Prevent and warn on underflows during timestamp calculation. (diff)
downloadwireguard-linux-1ce296a4c968ecd746503fe7dfa91966d53e05e9.tar.xz
wireguard-linux-1ce296a4c968ecd746503fe7dfa91966d53e05e9.zip
perf tools: Test build with libopencsd/CORESIGHT=1
Now that opencsd-devel is more generally available (it is in fedora 34, for instance), make sure test building with it is performed. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/make')
-rw-r--r--tools/perf/tests/make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/tests/make b/tools/perf/tests/make
index 94bd5d215d94..d5d6f84a408d 100644
--- a/tools/perf/tests/make
+++ b/tools/perf/tests/make
@@ -87,6 +87,7 @@ make_no_libbpf := NO_LIBBPF=1
make_no_libbpf_DEBUG := NO_LIBBPF=1 DEBUG=1
make_no_libcrypto := NO_LIBCRYPTO=1
make_with_babeltrace:= LIBBABELTRACE=1
+make_with_coresight := CORESIGHT=1
make_no_sdt := NO_SDT=1
make_no_syscall_tbl := NO_SYSCALL_TABLE=1
make_with_clangllvm := LIBCLANGLLVM=1
@@ -153,6 +154,7 @@ run += make_no_libcrypto
run += make_no_sdt
run += make_no_syscall_tbl
run += make_with_babeltrace
+run += make_with_coresight
run += make_with_clangllvm
run += make_with_libpfm4
run += make_help