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