summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/llvm-utils.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix LLVM download hint linkJames Clark2021-08-311-1/+1
* perf tools: Fix LLVM test failure when running in verbose modeJames Clark2021-08-311-1/+1
* perf tools: Refactor LLVM test warning for missing binaryJames Clark2021-08-311-15/+21
* perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-011-0/+2
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf llvm: Add debug hint message about missing kernel-devel packageArnaldo Carvalho de Melo2020-03-041-0/+2
* perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo2020-02-141-0/+1
* perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo2019-11-061-3/+2
* perf llvm: Don't access out-of-scope arrayIan Rogers2019-09-301-3/+3
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-2/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* perf bpf: Give precedence to bpf header dirArnaldo Carvalho de Melo2018-08-301-1/+1
* perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2018-08-201-2/+29
* perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-07-111-3/+3
* perf llvm-utils: Add bpf include path to clang command lineArnaldo Carvalho de Melo2018-05-151-5/+14
* perf llvm: Display eBPF compiling command in debug outputJiri Olsa2018-03-161-0/+14
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-1/+1
* perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* 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