summaryrefslogtreecommitdiff
path: root/tools/perf/Makefile.perf
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+13
2023-10-25perf build: Address stray '\' before # that is warned about since grep 3.8Arnaldo Carvalho de Melo1-1/+1
2023-10-19perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton1-2/+13
2023-10-12perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo1-0/+4
2023-09-19perf build: Default BUILD_BPF_SKEL, warn/disable for missing depsIan Rogers1-4/+4
2023-09-12perf tools: Add includes for detected configs in Makefile.perfAthira Rajeev1-0/+3
2023-09-12perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong1-0/+1
2023-08-23perf build: Allow customization of clang options for BPF targetGuilherme Amadio1-1/+6
2023-08-15perf dlfilter: Add al_cleanup()Adrian Hunter1-1/+1
2023-08-15perf bpf examples: With no BPF events remove examplesIan Rogers1-5/+0
2023-08-15perf trace: Migrate BPF augmentation to use a skeletonIan Rogers1-0/+1
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers1-17/+0
2023-08-03perf build: Support llvm and clang support compiled inThomas Richter1-4/+1
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo1-0/+1
2023-06-27perf: Replace deprecated -target with --target= for ClangFangrui Song1-2/+2
2023-06-24perf build: Filter out BTF sources without a .BTF sectionIan Rogers1-3/+26
2023-06-24perf build: Add ability to build with a generated vmlinux.hIan Rogers1-1/+17
2023-06-14perf tests: Make x86 new instructions test optional at build timeAdrian Hunter1-0/+4
2023-05-26perf bpf: Do not use llvm-strip on BPF binarySong Liu1-2/+1
2023-05-10perf build: Add system include paths to BPF buildsIan Rogers1-1/+18
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong1-1/+2
2023-05-07Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo1-4/+4
2023-05-06perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo1-19/+1
2023-04-04perf build: Add warning for when vmlinux.h generation failsIan Rogers1-1/+5
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim1-1/+1
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers1-2/+0
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers1-1/+1
2023-03-14perf build: Make binutil libraries opt inIan Rogers1-0/+2
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers1-4/+4
2023-03-14perf build: Support python/perf.so testingIan Rogers1-2/+5
2023-02-03perf jevents: Run metric_test.py at compile-timeIan Rogers1-0/+1
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers1-9/+12
2023-01-03perf build: Don't propagate subdir to submakes for install_headersIan Rogers1-5/+5
2022-12-21perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du1-0/+3
2022-12-14perf build: Fix python/perf.so library's nameIan Rogers1-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-94/+10
2022-12-14perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers1-2/+6
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers1-3/+22
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers1-2/+14
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers1-3/+22
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers1-19/+38
2022-11-16perf build: Install libperf locally when buildingIan Rogers1-7/+14
2022-11-16perf build: Install libapi locally when buildingIan Rogers1-12/+15
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers1-8/+16
2022-11-04perf bpf: Remove now unused BPF headersIan Rogers1-5/+0
2022-10-06perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler1-1/+2
2022-10-06perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler1-3/+14
2022-09-08perf tools: Don't install data files with x permissionsJiri Slaby1-12/+12
2022-08-10perf test: JSON format checkingClaire Jensen1-1/+2
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim1-1/+1