summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.perf
Commit message (Expand)AuthorAgeFilesLines
* perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton2023-11-221-9/+15
* Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-5/+13
|\
| * perf build: Address stray '\' before # that is warned about since grep 3.8Arnaldo Carvalho de Melo2023-10-251-1/+1
| * perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo2023-10-121-0/+4
| * perf build: Default BUILD_BPF_SKEL, warn/disable for missing depsIan Rogers2023-09-181-4/+4
| * perf tools: Add includes for detected configs in Makefile.perfAthira Rajeev2023-09-121-0/+3
| * perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong2023-09-121-0/+1
* | perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton2023-10-181-2/+13
|/
* perf build: Allow customization of clang options for BPF targetGuilherme Amadio2023-08-231-1/+6
* perf dlfilter: Add al_cleanup()Adrian Hunter2023-08-151-1/+1
* perf bpf examples: With no BPF events remove examplesIan Rogers2023-08-151-5/+0
* perf trace: Migrate BPF augmentation to use a skeletonIan Rogers2023-08-151-0/+1
* perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-151-17/+0
* perf build: Support llvm and clang support compiled inThomas Richter2023-08-031-4/+1
* perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo2023-07-201-0/+1
* perf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-271-2/+2
* perf build: Filter out BTF sources without a .BTF sectionIan Rogers2023-06-231-3/+26
* perf build: Add ability to build with a generated vmlinux.hIan Rogers2023-06-231-1/+17
* perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-131-0/+4
* perf bpf: Do not use llvm-strip on BPF binarySong Liu2023-05-261-2/+1
* perf build: Add system include paths to BPF buildsIan Rogers2023-05-101-1/+18
* perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong2023-05-101-1/+2
* Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-061-4/+4
* perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2023-05-051-19/+1
* perf build: Add warning for when vmlinux.h generation failsIan Rogers2023-04-041-1/+5
* perf bpf filter: Implement event sample filteringNamhyung Kim2023-03-151-1/+1
* perf build: Remove redundant NO_NEWT build optionIan Rogers2023-03-141-2/+0
* perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers2023-03-141-1/+1
* perf build: Make binutil libraries opt inIan Rogers2023-03-141-0/+2
* perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-141-4/+4
* perf build: Support python/perf.so testingIan Rogers2023-03-141-2/+5
* perf jevents: Run metric_test.py at compile-timeIan Rogers2023-02-031-0/+1
* perf build: Fix build error when NO_LIBBPF=1Ian Rogers2023-01-101-9/+12
* perf build: Don't propagate subdir to submakes for install_headersIan Rogers2023-01-031-5/+5
* perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du2022-12-211-0/+3
* perf build: Fix python/perf.so library's nameIan Rogers2022-12-141-1/+1
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-94/+10
* perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers2022-12-141-2/+6
* perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers2022-11-231-3/+22
* perf build: Use tools/lib headers from install pathIan Rogers2022-11-161-2/+14
* perf build: Install libsymbol locally when buildingIan Rogers2022-11-161-3/+22
* perf build: Install libtraceevent locally when buildingIan Rogers2022-11-161-19/+38
* perf build: Install libperf locally when buildingIan Rogers2022-11-161-7/+14
* perf build: Install libapi locally when buildingIan Rogers2022-11-161-12/+15
* perf build: Install libsubcmd locally when buildingIan Rogers2022-11-161-8/+16
* perf bpf: Remove now unused BPF headersIan Rogers2022-11-041-5/+0
* perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler2022-10-061-1/+2
* perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler2022-10-061-3/+14
* perf tools: Don't install data files with x permissionsJiri Slaby2022-09-081-12/+12
* perf test: JSON format checkingClaire Jensen2022-08-101-1/+2