aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/llvm-utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30perf bpf: Give precedence to bpf header dirArnaldo Carvalho de Melo1-1/+1
2018-08-20perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo1-2/+29
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips1-3/+3
2018-05-15perf llvm-utils: Add bpf include path to clang command lineArnaldo Carvalho de Melo1-5/+14
2018-03-16perf llvm: Display eBPF compiling command in debug outputJiri Olsa1-0/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-1/+1
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-1/+3
2016-12-05perf llvm: Extract helpers in llvm-utils.cWang Nan1-18/+58
2016-10-24perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu1-1/+1
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo1-0/+2
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-4/+4
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-0/+1
2016-06-21perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan1-0/+42
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo1-3/+4
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo1-5/+12
2015-11-06perf tools: Make fetch_kernel_version() publicly availableWang Nan1-33/+16
2015-11-05perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan1-0/+27
2015-11-05perf llvm: Pass number of configured CPUs to clang compilerWang Nan1-6/+18
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan1-0/+9
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan1-5/+55
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan1-1/+79
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan1-0/+226
2015-08-07perf tools: Introduce llvm config optionsWang Nan1-0/+45