summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/make
Commit message (Expand)AuthorAgeFilesLines
* perf: build: introduce the libcapstoneChangbin Du2024-02-201-1/+3
* perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo2023-11-031-1/+1
* perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers2023-09-181-0/+1
* perf test: Update build test for changed BPF skeleton defaultsIan Rogers2023-09-181-3/+3
* perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-151-1/+0
* perf test: Add build tests for BUILD_BPF_SKELIan Rogers2023-06-231-0/+4
* perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-131-0/+1
* perf build: Fix unescaped # in perf build-testJames Clark2023-05-021-1/+1
* perf build: Test the refcnt check buildArnaldo Carvalho de Melo2023-04-191-0/+2
* perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers2023-03-141-1/+1
* perf build: Remove redundant NO_NEWT build optionIan Rogers2023-03-141-4/+2
* perf build: If libtraceevent isn't present error the buildIan Rogers2023-03-141-1/+1
* perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers2023-03-141-2/+2
* perf build: Make binutil libraries opt inIan Rogers2023-03-141-0/+2
* perf build: Support python/perf.so testingIan Rogers2023-03-141-2/+3
* tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers2023-03-141-1/+6
* perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo2023-01-101-12/+0
* perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-141-1/+1
* perf tools: Test build with libbpf/LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo2021-05-171-0/+5
* perf tools: Test build with libopencsd/CORESIGHT=1Arnaldo Carvalho de Melo2021-05-171-0/+2
* perf tools: Add a build-test variant to use in builds from a tarballArnaldo Carvalho de Melo2021-04-201-2/+20
* perf tools: Add build test with GTK+Arnaldo Carvalho de Melo2020-09-091-0/+2
* perf build: Add a LIBPFM4=1 build test entryArnaldo Carvalho de Melo2020-05-291-0/+2
* perf build: Add NO_SDT=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_LIBCRYPTO=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_SYSCALL_TABLE=1 to the build testsArnaldo Carvalho de Melo2020-05-291-1/+3
* perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1Jiri Olsa2020-05-281-0/+2
* perf build-test: Honour JOBS to override detection of number of coresArnaldo Carvalho de Melo2020-04-031-3/+7
* perf tests: Fix static build testJiri Olsa2019-09-201-1/+1
* perf tests: Add libperf automated test for 'make -C tools/perf build-test'Jiri Olsa2019-09-101-1/+5
* perf tools: Add NO_LIBCAP=1 to the minimal build testArnaldo Carvalho de Melo2019-08-141-0/+1
* perf build tests: Add NO_LIBZSTD=1 to make_minimalArnaldo Carvalho de Melo2019-05-151-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-1/+1
|\
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-1/+1
* | perf tools: Cleanup build directory before each testJiri Olsa2016-12-051-1/+1
* | perf build: Add clang and llvm compile and linking supportWang Nan2016-12-051-0/+2
* | perf jvmti: Plug compilation into perf buildJiri Olsa2016-11-141-1/+1
|/
* perf build: Add sdt feature detectionMasami Hiramatsu2016-07-131-1/+2
* perf build: Add libbabeltrace to build-testWang Nan2016-06-281-0/+2
* perf build: Add libcrypto feature detectionStephane Eranian2016-02-051-0/+2
* perf build tests: Move the feature related vars to the front of the make cmdlineArnaldo Carvalho de Melo2016-02-041-2/+2
* perf build tests: Elide "-f Makefile" from make invokationArnaldo Carvalho de Melo2016-02-041-3/+6
* perf build: Align the names of the build tests:Arnaldo Carvalho de Melo2016-01-291-2/+4
* perf build: Use feature dump file for build-testWang Nan2016-01-291-0/+33
* perf build: Pass O option to kernel makefile in build-testWang Nan2016-01-151-4/+5
* perf build: Test correct path of perf in build-testWang Nan2016-01-151-7/+14
* perf build: Pass O option to Makefile.perf in build-testWang Nan2016-01-151-3/+11
* perf build: Set parallel making options build-testWang Nan2016-01-151-7/+16
* tools: Move Makefile.arch from perf/config to tools/scriptsWang Nan2016-01-111-1/+15
* perf tools: Fix phony build target for build-testWang Nan2016-01-111-1/+1