summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.config
Commit message (Expand)AuthorAgeFilesLines
* perf build: Don't unconditionally link the libbfd feature test to -liberty an...Stanislav Fomichev2018-12-211-21/+23
* perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo2018-12-181-0/+1
* perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2018-12-181-0/+1
* tools build feature: Check if libaio is availableAlexey Budankov2018-12-171-0/+6
* perf build: Give better hint about devel package for libsslArnaldo Carvalho de Melo2018-12-171-1/+1
* perf jvmti: Separate jvmti cmlr checkJiri Olsa2018-11-211-0/+7
* tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo2018-11-211-1/+4
* tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo2018-11-191-0/+5
* perf tools: Fix use of alternatives to find JDIRJarod Wilson2018-10-161-1/+1
* perf build: Fix installation directory for eBPFThomas Richter2018-07-311-2/+2
* perf trace arm64: Use generated syscall tableKim Phillips2018-07-241-0/+2
* perf tools: Use python-config --includes rather than --cflagsJeremy Cline2018-07-111-2/+1
* perf bpf: Add 'examples' directoriesArnaldo Carvalho de Melo2018-05-151-0/+7
* perf llvm-utils: Add bpf include path to clang command lineArnaldo Carvalho de Melo2018-05-151-0/+7
* perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao2018-04-121-1/+1
* perf jvmti: Give hints about package names needed to buildArnaldo Carvalho de Melo2018-04-121-1/+1
* perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao2018-04-021-1/+1
* perf config: Add some new -DHAVE_XXX to CFLAGSJin Yao2018-04-021-0/+6
* perf tools arm64: Add libdw DWARF post unwind support for ARM64Kim Phillips2018-03-161-1/+1
* perf tools: Add Python 3 supportJaroslav Škarvada2018-02-191-19/+4
* perf trace powerpc: Use generated syscall tableRavi Bangoria2018-02-161-0/+2
* perf tools: Integrating the CoreSight decoding libraryMathieu Poirier2018-01-251-0/+25
* perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner2018-01-231-8/+12
* perf build: Display EXTRA features for VF=1 buildJiri Olsa2018-01-231-0/+4
* perf tools: Enable LIBBABELTRACE by defaultJiri Olsa2018-01-081-1/+1
* perf s390: Always build with -fPICHendrik Brueckner2017-12-271-1/+1
* Revert "perf s390: Always build with -fPIC"Arnaldo Carvalho de Melo2017-12-271-1/+0
* perf trace: Use generated syscall table on s390 tooHendrik Brueckner2017-12-271-1/+9
* Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...Ingo Molnar2017-12-061-1/+5
|\
| * s390/perf: add support for perf_regs and libdwHeiko Carstens2017-11-161-1/+5
* | perf tools: Fix up build in hardnened environmentsJiri Olsa2017-12-051-4/+3
* | perf s390: Always build with -fPICHendrik Brueckner2017-12-051-0/+1
* | tools build feature: Check if pthread_barrier_t is availableArnaldo Carvalho de Melo2017-12-051-0/+4
* | perf tools: Use shell function for perl cflags retrievalJiri Olsa2017-11-161-1/+1
|/
* perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-281-2/+2
* perf tools: Fix static linking with libunwindKonstantin Khlebnikov2017-08-221-1/+5
* perf tools: Fix static linking with libdw from elfutilsKonstantin Khlebnikov2017-08-221-5/+5
* tools build: Add test for setns()Arnaldo Carvalho de Melo2017-07-181-0/+5
* perf unwind: Support for powerpcPaolo Bonzini2017-06-211-1/+1
* perf tools: Fix build with ARCH=x86_64Jiada Wang2017-06-141-19/+19
* perf tools: Disable JVMTI if no ELF support availableDavid Carrillo-Cisneros2017-04-131-1/+3
* perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros2017-04-121-19/+12
* tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo2017-03-031-0/+4
* tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo2017-02-171-0/+7
* tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo2017-02-141-0/+4
* perf tools: Remove unneccessary feature-dwarf warningDavid Carrillo-Cisneros2017-01-161-2/+4
* perf build: Check LLVM version in feature checkWang Nan2016-12-061-2/+6
* perf clang: Update test case to use real BPF scriptWang Nan2016-12-051-12/+15
* perf build: Add clang and llvm compile and linking supportWang Nan2016-12-051-0/+35
* perf jvmti: Plug compilation into perf buildJiri Olsa2016-11-141-0/+26