aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/make
AgeCommit message (Expand)Author
2023-11-03perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo
2023-09-18perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers
2023-09-18perf test: Update build test for changed BPF skeleton defaultsIan Rogers
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers
2023-06-23perf test: Add build tests for BUILD_BPF_SKELIan Rogers
2023-06-13perf tests: Make x86 new instructions test optional at build timeAdrian Hunter
2023-05-02perf build: Fix unescaped # in perf build-testJames Clark
2023-04-19perf build: Test the refcnt check buildArnaldo Carvalho de Melo
2023-03-14perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers
2023-03-14perf build: If libtraceevent isn't present error the buildIan Rogers
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers
2023-03-14perf build: Make binutil libraries opt inIan Rogers
2023-03-14perf build: Support python/perf.so testingIan Rogers
2023-03-14tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers
2023-01-10perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang
2021-05-17perf tools: Test build with libbpf/LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo
2021-05-17perf tools: Test build with libopencsd/CORESIGHT=1Arnaldo Carvalho de Melo
2021-04-20perf tools: Add a build-test variant to use in builds from a tarballArnaldo Carvalho de Melo
2020-09-09perf tools: Add build test with GTK+Arnaldo Carvalho de Melo
2020-05-29perf build: Add a LIBPFM4=1 build test entryArnaldo Carvalho de Melo
2020-05-29perf build: Add NO_SDT=1 to the default set of build testsArnaldo Carvalho de Melo
2020-05-29perf build: Add NO_LIBCRYPTO=1 to the default set of build testsArnaldo Carvalho de Melo
2020-05-29perf build: Add NO_SYSCALL_TABLE=1 to the build testsArnaldo Carvalho de Melo
2020-05-28perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1Jiri Olsa
2020-04-03perf build-test: Honour JOBS to override detection of number of coresArnaldo Carvalho de Melo
2019-09-20perf tests: Fix static build testJiri Olsa
2019-09-10perf tests: Add libperf automated test for 'make -C tools/perf build-test'Jiri Olsa
2019-08-14perf tools: Add NO_LIBCAP=1 to the minimal build testArnaldo Carvalho de Melo
2019-05-15perf build tests: Add NO_LIBZSTD=1 to make_minimalArnaldo Carvalho de Melo
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-12-05perf tools: Cleanup build directory before each testJiri Olsa
2016-12-05perf build: Add clang and llvm compile and linking supportWang Nan
2016-11-14perf jvmti: Plug compilation into perf buildJiri Olsa
2016-07-13perf build: Add sdt feature detectionMasami Hiramatsu
2016-06-28perf build: Add libbabeltrace to build-testWang Nan
2016-02-05perf build: Add libcrypto feature detectionStephane Eranian
2016-02-04perf build tests: Move the feature related vars to the front of the make cmdlineArnaldo Carvalho de Melo
2016-02-04perf build tests: Elide "-f Makefile" from make invokationArnaldo Carvalho de Melo
2016-01-29perf build: Align the names of the build tests:Arnaldo Carvalho de Melo
2016-01-29perf build: Use feature dump file for build-testWang Nan
2016-01-15perf build: Pass O option to kernel makefile in build-testWang Nan
2016-01-15perf build: Test correct path of perf in build-testWang Nan
2016-01-15perf build: Pass O option to Makefile.perf in build-testWang Nan
2016-01-15perf build: Set parallel making options build-testWang Nan
2016-01-11tools: Move Makefile.arch from perf/config to tools/scriptsWang Nan
2016-01-11perf tools: Fix phony build target for build-testWang Nan
2015-12-14perf test: Remove tarpkg at end of testJosh Poimboeuf