aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/llvm-utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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