summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.perf
Commit message (Expand)AuthorAgeFilesLines
* perf bpf: Check that the minimal vmlinux.h installed is the latest oneArnaldo Carvalho de Melo2024-02-261-1/+1
* treewide: remove meaningless assignments in MakefilesMasahiro Yamada2024-02-231-2/+2
* perf: build: introduce the libcapstoneChangbin Du2024-02-201-0/+3
* perf testsuite: Install kprobe tests and common filesMichael Petlan2024-02-161-0/+5
* Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim2024-02-121-0/+10
|\
| * perf build: Make minimal shellcheck version to v0.6.0Yicong Yang2024-01-261-0/+10
* | perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo2024-02-021-1/+1
* | perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao2024-02-011-1/+1
|/
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-181-2/+19
|\
| * 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: Generate arm64's sysreg-defs.h and add to include pathOliver Upton2023-10-181-2/+13
* | | perf build: Shellcheck support for OUTPUT directoryIan Rogers2023-12-051-20/+10
* | | perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev2023-11-271-1/+20
| |/ |/|
* | 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: 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