Skip to content

Commit 9300acc

Browse files
committed
perf build: Add a LIBPFM4=1 build test entry
So that when one runs: $ make -C tools/perf build-test We make sure that recent changes don't break that opt-in build. Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Alexei Starovoitov <[email protected]> Cc: Alexey Budankov <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Andrii Nakryiko <[email protected]> Cc: Daniel Borkmann <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Igor Lubashev <[email protected]> Cc: Jin Yao <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Jiwei Sun <[email protected]> Cc: John Garry <[email protected]> Cc: Kan Liang <[email protected]> Cc: Leo Yan <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Martin KaFai Lau <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Yonghong Song <[email protected]> Cc: yuzhoujian <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 7094349 commit 9300acc

File tree

1 file changed

+2
-0
lines changed
  • tools/perf/tests

1 file changed

+2
-0
lines changed

tools/perf/tests/make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ make_with_babeltrace:= LIBBABELTRACE=1
9090
make_no_sdt := NO_SDT=1
9191
make_no_syscall_tbl := NO_SYSCALL_TABLE=1
9292
make_with_clangllvm := LIBCLANGLLVM=1
93+
make_with_libpfm4 := LIBPFM4=1
9394
make_tags := tags
9495
make_cscope := cscope
9596
make_help := help
@@ -152,6 +153,7 @@ run += make_no_sdt
152153
run += make_no_syscall_tbl
153154
run += make_with_babeltrace
154155
run += make_with_clangllvm
156+
run += make_with_libpfm4
155157
run += make_help
156158
run += make_doc
157159
run += make_perf_o

0 commit comments

Comments
 (0)