summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.perf
AgeCommit message (Expand)AuthorLines
2024-01-26perf build: Make minimal shellcheck version to v0.6.0Yicong Yang-0/+10
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-2/+19
2023-12-05perf build: Shellcheck support for OUTPUT directoryIan Rogers-20/+10
2023-11-27perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev-1/+20
2023-11-22perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton-9/+15
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds-5/+13
2023-10-25perf build: Address stray '\' before # that is warned about since grep 3.8Arnaldo Carvalho de Melo-1/+1
2023-10-18perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton-2/+13
2023-10-12perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo-0/+4
2023-09-18perf build: Default BUILD_BPF_SKEL, warn/disable for missing depsIan Rogers-4/+4
2023-09-12perf tools: Add includes for detected configs in Makefile.perfAthira Rajeev-0/+3
2023-09-12perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong-0/+1
2023-08-23perf build: Allow customization of clang options for BPF targetGuilherme Amadio-1/+6
2023-08-15perf dlfilter: Add al_cleanup()Adrian Hunter-1/+1
2023-08-15perf bpf examples: With no BPF events remove examplesIan Rogers-5/+0
2023-08-15perf trace: Migrate BPF augmentation to use a skeletonIan Rogers-0/+1
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers-17/+0
2023-08-03perf build: Support llvm and clang support compiled inThomas Richter-4/+1
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo-0/+1
2023-06-27perf: Replace deprecated -target with --target= for ClangFangrui Song-2/+2
2023-06-23perf build: Filter out BTF sources without a .BTF sectionIan Rogers-3/+26
2023-06-23perf build: Add ability to build with a generated vmlinux.hIan Rogers-1/+17
2023-06-13perf tests: Make x86 new instructions test optional at build timeAdrian Hunter-0/+4
2023-05-26perf bpf: Do not use llvm-strip on BPF binarySong Liu-2/+1
2023-05-10perf build: Add system include paths to BPF buildsIan Rogers-1/+18
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong-1/+2
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo-4/+4
2023-05-05perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo-19/+1
2023-04-04perf build: Add warning for when vmlinux.h generation failsIan Rogers-1/+5
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim-1/+1
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers-2/+0
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers-1/+1
2023-03-14perf build: Make binutil libraries opt inIan Rogers-0/+2
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers-4/+4
2023-03-14perf build: Support python/perf.so testingIan Rogers-2/+5
2023-02-03perf jevents: Run metric_test.py at compile-timeIan Rogers-0/+1
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers-9/+12
2023-01-03perf build: Don't propagate subdir to submakes for install_headersIan Rogers-5/+5
2022-12-21perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du-0/+3
2022-12-14perf build: Fix python/perf.so library's nameIan Rogers-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-94/+10
2022-12-14perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers-2/+6
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers-3/+22
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers-2/+14
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers-3/+22
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers-19/+38
2022-11-16perf build: Install libperf locally when buildingIan Rogers-7/+14
2022-11-16perf build: Install libapi locally when buildingIan Rogers-12/+15
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers-8/+16
2022-11-04perf bpf: Remove now unused BPF headersIan Rogers-5/+0