summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/llvm-utils.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-1/+3
* perf llvm: Extract helpers in llvm-utils.cWang Nan2016-12-051-18/+58
* perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu2016-10-241-1/+1
* perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo2016-07-121-0/+2
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-4/+4
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-231-0/+1
* perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan2016-06-211-0/+42
* perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo2016-03-231-3/+4
* perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo2016-03-231-5/+12
* perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-061-33/+16
* perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan2015-11-051-0/+27
* perf llvm: Pass number of configured CPUs to clang compilerWang Nan2015-11-051-6/+18
* perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan2015-08-071-0/+9
* perf tools: Auto detecting kernel include optionsWang Nan2015-08-071-5/+55
* perf tools: Auto detecting kernel build directoryWang Nan2015-08-071-1/+79
* perf tools: Call clang to compile C source to object codeWang Nan2015-08-071-0/+226
* perf tools: Introduce llvm config optionsWang Nan2015-08-071-0/+45