aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/Makefile.perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26perf bpf: Check that the minimal vmlinux.h installed is the latest oneArnaldo Carvalho de Melo1-1/+1
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada1-2/+2
2024-02-20perf: build: introduce the libcapstoneChangbin Du1-0/+3
2024-02-16perf testsuite: Install kprobe tests and common filesMichael Petlan1-0/+5
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim1-0/+10
2024-02-02perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo1-1/+1
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao1-1/+1
2024-01-26perf build: Make minimal shellcheck version to v0.6.0Yicong Yang1-0/+10
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-2/+19
2023-12-05perf build: Shellcheck support for OUTPUT directoryIan Rogers1-20/+10
2023-11-27perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev1-1/+20
2023-11-22perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton1-9/+15
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus 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-18perf 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-18perf 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-23perf build: Filter out BTF sources without a .BTF sectionIan Rogers1-3/+26
2023-06-23perf build: Add ability to build with a generated vmlinux.hIan Rogers1-1/+17
2023-06-13perf 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-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo1-4/+4
2023-05-05perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-REArnaldo 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 partially updated files on error.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