summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/c++
Commit message (Expand)AuthorAgeFilesLines
* perf clang: Fix build with Clang 9Maciej S. Szmigiero2020-01-141-0/+4
* perf clang: Delete needless util-cxx.h headerArnaldo Carvalho de Melo2019-08-282-2/+4
* perf clang: Remove needless extra semicolonYang Wei2019-03-061-1/+1
* perf tools: Rename build libperf to perfJiri Olsa2019-02-141-2/+2
* perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo2019-02-041-1/+1
* perf tools: Fix a clang 7.0 compilation errorYonghong Song2018-06-251-2/+9
* perf tests clang: Fix function name for clang IR testSandipan Das2018-04-091-1/+1
* perf clang: Add support for recent clang versionsSandipan Das2018-04-091-1/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf clang: Compile BPF script using builtin clang supportWang Nan2016-12-052-0/+55
* perf clang: Support compile IR to BPF object and add testcaseWang Nan2016-12-054-6/+74
* perf clang: Update test case to use real BPF scriptWang Nan2016-12-051-3/+14
* perf clang: Allow passing CFLAGS to builtin clangWang Nan2016-12-053-12/+22
* perf clang: Use real file system for #includeWang Nan2016-12-052-12/+35
* perf clang: Add builtin clang support ant test caseWang Nan2016-12-055-0/+161