aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/Makefile.config (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21perf build: Don't unconditionally link the libbfd feature test to -liberty and -lzStanislav Fomichev1-21/+23
2018-12-18perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo1-0/+1
2018-12-18perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo1-0/+1
2018-12-17tools build feature: Check if libaio is availableAlexey Budankov1-0/+6
2018-12-17perf build: Give better hint about devel package for libsslArnaldo Carvalho de Melo1-1/+1
2018-11-21perf jvmti: Separate jvmti cmlr checkJiri Olsa1-0/+7
2018-11-21tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo1-1/+4
2018-11-19tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo1-0/+5
2018-10-16perf tools: Fix use of alternatives to find JDIRJarod Wilson1-1/+1
2018-07-31perf build: Fix installation directory for eBPFThomas Richter1-2/+2
2018-07-24perf trace arm64: Use generated syscall tableKim Phillips1-0/+2
2018-07-11perf tools: Use python-config --includes rather than --cflagsJeremy Cline1-2/+1
2018-05-15perf bpf: Add 'examples' directoriesArnaldo Carvalho de Melo1-0/+7
2018-05-15perf llvm-utils: Add bpf include path to clang command lineArnaldo Carvalho de Melo1-0/+7
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao1-1/+1
2018-04-12perf jvmti: Give hints about package names needed to buildArnaldo Carvalho de Melo1-1/+1
2018-04-02perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao1-1/+1
2018-04-02perf config: Add some new -DHAVE_XXX to CFLAGSJin Yao1-0/+6
2018-03-16perf tools arm64: Add libdw DWARF post unwind support for ARM64Kim Phillips1-1/+1
2018-02-19perf tools: Add Python 3 supportJaroslav Škarvada1-19/+4
2018-02-16perf trace powerpc: Use generated syscall tableRavi Bangoria1-0/+2
2018-01-25perf tools: Integrating the CoreSight decoding libraryMathieu Poirier1-0/+25
2018-01-23perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner1-8/+12
2018-01-23perf build: Display EXTRA features for VF=1 buildJiri Olsa1-0/+4
2018-01-08perf tools: Enable LIBBABELTRACE by defaultJiri Olsa1-1/+1
2017-12-27perf s390: Always build with -fPICHendrik Brueckner1-1/+1
2017-12-27Revert "perf s390: Always build with -fPIC"Arnaldo Carvalho de Melo1-1/+0
2017-12-27perf trace: Use generated syscall table on s390 tooHendrik Brueckner1-1/+9
2017-12-06Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15Ingo Molnar1-1/+5
2017-12-05perf tools: Fix up build in hardnened environmentsJiri Olsa1-4/+3
2017-12-05perf s390: Always build with -fPICHendrik Brueckner1-0/+1
2017-12-05tools build feature: Check if pthread_barrier_t is availableArnaldo Carvalho de Melo1-0/+4
2017-11-16perf tools: Use shell function for perl cflags retrievalJiri Olsa1-1/+1
2017-11-16s390/perf: add support for perf_regs and libdwHeiko Carstens1-1/+5
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros1-2/+2
2017-08-22perf tools: Fix static linking with libunwindKonstantin Khlebnikov1-1/+5
2017-08-22perf tools: Fix static linking with libdw from elfutilsKonstantin Khlebnikov1-5/+5
2017-07-18tools build: Add test for setns()Arnaldo Carvalho de Melo1-0/+5
2017-06-21perf unwind: Support for powerpcPaolo Bonzini1-1/+1
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang1-19/+19
2017-04-13perf tools: Disable JVMTI if no ELF support availableDavid Carrillo-Cisneros1-1/+3
2017-04-12perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros1-19/+12
2017-03-03tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo1-0/+4
2017-02-17tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo1-0/+7
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo1-0/+4
2017-01-16perf tools: Remove unneccessary feature-dwarf warningDavid Carrillo-Cisneros1-2/+4
2016-12-06perf build: Check LLVM version in feature checkWang Nan1-2/+6
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan1-12/+15
2016-12-05perf build: Add clang and llvm compile and linking supportWang Nan1-0/+35
2016-11-14perf jvmti: Plug compilation into perf buildJiri Olsa1-0/+26