summaryrefslogtreecommitdiff
path: root/tools/perf/util/llvm-utils.c
Commit message (Expand)AuthorAge
* perf llvm: Display eBPF compiling command in debug outputJiri Olsa2018-03-16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-20
* perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2017-04-24
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-27
* perf llvm: Extract helpers in llvm-utils.cWang Nan2016-12-05
* perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu2016-10-24
* perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo2016-07-12
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-12
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-23
* perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan2016-06-21
* perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo2016-03-23
* perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo2016-03-23
* perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-06
* perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan2015-11-05
* perf llvm: Pass number of configured CPUs to clang compilerWang Nan2015-11-05
* perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan2015-08-07
* perf tools: Auto detecting kernel include optionsWang Nan2015-08-07
* perf tools: Auto detecting kernel build directoryWang Nan2015-08-07
* perf tools: Call clang to compile C source to object codeWang Nan2015-08-07
* perf tools: Introduce llvm config optionsWang Nan2015-08-07