aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/llvm-utils.c
AgeCommit message (Expand)Author
2019-10-17perf llvm: Don't access out-of-scope arrayIan Rogers
2018-08-24perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2016-12-05perf llvm: Extract helpers in llvm-utils.cWang Nan
2016-10-24perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-06-21perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo
2015-11-06perf tools: Make fetch_kernel_version() publicly availableWang Nan
2015-11-05perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan
2015-11-05perf llvm: Pass number of configured CPUs to clang compilerWang Nan
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan
2015-08-07perf tools: Introduce llvm config optionsWang Nan