summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2023-04-19 18:47:03 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-04-19 18:47:03 +0200
commit686c511866b4634734be9d6e827e4e55b877d35e (patch)
treec3c1f445257810abe7742a9f34b33121bd241532 /tools
parentperf map: Add reference count checking (diff)
downloadlinux-686c511866b4634734be9d6e827e4e55b877d35e.tar.xz
linux-686c511866b4634734be9d6e827e4e55b877d35e.zip
perf build: Test the refcnt check build
Make sure we test build the currently added REFCNT_CHECKING infrastructure. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-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 96896d498641..d75876126631 100644
--- a/tools/perf/tests/make
+++ b/tools/perf/tests/make
@@ -95,6 +95,7 @@ make_no_syscall_tbl := NO_SYSCALL_TABLE=1
make_with_clangllvm := LIBCLANGLLVM=1
make_no_libpfm4 := NO_LIBPFM4=1
make_with_gtk2 := GTK2=1
+make_refcnt_check := EXTRA_CFLAGS="-DREFCNT_CHECKING=1"
make_tags := tags
make_cscope := cscope
make_help := help
@@ -159,6 +160,7 @@ run += make_with_babeltrace
run += make_with_coresight
run += make_with_clangllvm
run += make_no_libpfm4
+run += make_refcnt_check
run += make_help
run += make_doc
run += make_perf_o