summaryrefslogtreecommitdiff
path: root/tools/perf/util/llvm-utils.c
AgeCommit message (Expand)Author
2023-08-15perf parse-events: Remove BPF event supportIan Rogers
2023-06-27perf: Replace deprecated -target with --target= for ClangFangrui Song
2023-01-19perf llvm: Fix inadvertent file creationIan Rogers
2022-11-04perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo
2022-11-04perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers
2022-08-01perf bpf: Convert legacy map definition to BTF-definedJiri Olsa
2021-08-31perf tools: Fix LLVM download hint linkJames Clark
2021-08-31perf tools: Fix LLVM test failure when running in verbose modeJames Clark
2021-08-31perf tools: Refactor LLVM test warning for missing binaryJames Clark
2021-07-01perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-03-04perf llvm: Add debug hint message about missing kernel-devel packageArnaldo Carvalho de Melo
2020-02-14perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo
2019-11-06perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo
2019-09-30perf llvm: Don't access out-of-scope arrayIan Rogers
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2018-08-30perf bpf: Give precedence to bpf header dirArnaldo Carvalho de Melo
2018-08-20perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips
2018-05-15perf llvm-utils: Add bpf include path to clang command lineArnaldo Carvalho de Melo
2018-03-16perf llvm: Display eBPF compiling command in debug outputJiri Olsa
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