summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf cap: Add __NR_capget to arch/x86 unistdIan Rogers2024-10-281-7/+3
* tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-10-281-0/+1
* perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo2024-10-231-0/+3
* perf test: Handle perftool-testsuite_probe failure due to broken DWARFVeronika Molnarova2024-10-231-15/+54
* perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby2024-10-231-0/+10
* perf build: Change the clang check back to 12.0.1Howard Chu2024-10-231-2/+2
* perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu2024-10-231-2/+18
* perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo2024-10-231-0/+2
* perf trace: The return from 'write' isn't a pidArnaldo Carvalho de Melo2024-10-171-1/+1
* Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds2024-10-0814-32/+161
|\
| * perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen2024-10-021-1/+1
| * perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong2024-10-021-1/+4
| * perf build: Fix static compilation error when libdw is not installedYang Jihong2024-10-021-1/+1
| * perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark2024-10-021-0/+1
| * perf tools: Cope with differences for lib/list_sort.c copy from the kernelArnaldo Carvalho de Melo2024-10-022-1/+35
| * tools check_headers.sh: Add check variant that excludes some hunksArnaldo Carvalho de Melo2024-10-021-0/+24
| * perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2024-09-302-0/+5
| * perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo2024-09-301-2/+2
| * tools include UAPI: Sync linux/fcntl.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-302-24/+65
| * tools include UAPI: Sync linux/sched.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-301-0/+1
| * tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-301-1/+16
| * perf vdso: Missed put on 32-bit dsosIan Rogers2024-09-271-1/+3
| * perf symbol: Set binary_type of dso when loadingNamhyung Kim2024-09-221-0/+3
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
|/
* perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...Arnaldo Carvalho de Melo2024-09-111-0/+2
* perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user spaceArnaldo Carvalho de Melo2024-09-111-0/+2
* perf env: Find correct branch counter info on hybridKan Liang2024-09-115-6/+28
* perf evlist: Print hint for groupKan Liang2024-09-111-1/+7
* tools: Drop nonsensical -O6Sam James2024-09-111-5/+1
* perf pmu: To info add event_type_descIan Rogers2024-09-113-1/+6
* perf evsel: Add accessor for tool_eventIan Rogers2024-09-114-16/+21
* perf pmus: Fake PMU clean upIan Rogers2024-09-119-43/+64
* perf list: Avoid potential out of bounds memory readIan Rogers2024-09-111-1/+1
* perf help: Fix a typo ("bellow")Andrew Kreimer2024-09-111-1/+1
* perf ftrace: Detect whether ftrace is enabled on systemChangbin Du2024-09-111-0/+23
* perf test shell probe_vfs_getname: Remove extraneous '=' from probe line numb...Arnaldo Carvalho de Melo2024-09-111-2/+2
* perf build: Require at least clang 16.0.6 to build BPF skeletonsArnaldo Carvalho de Melo2024-09-111-2/+2
* perf trace: If a syscall arg is marked as 'const', assume it is coming _from_...Arnaldo Carvalho de Melo2024-09-111-1/+4
* perf parse-events: Remove duplicated include in parse-events.cYang Li2024-09-111-1/+0
* perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers2024-09-105-52/+85
* perf inject: Lazy build-id mmap2 event insertionIan Rogers2024-09-104-12/+63
* perf inject: Add new mmap2-buildid-all optionIan Rogers2024-09-104-3/+154
* perf inject: Fix build ID injectionIan Rogers2024-09-104-55/+175
* perf annotate-data: Add pr_debug_scope()Namhyung Kim2024-09-101-2/+23
* perf annotate: Treat 'call' instruction as stack operationNamhyung Kim2024-09-101-0/+1
* perf build: Autodetect minimum required llvm-dev versionJames Clark2024-09-101-3/+3
* perf trace: Mark the rlim arg in the prlimit64 and setrlimit syscalls as comi...Arnaldo Carvalho de Melo2024-09-101-2/+4
* perf trace: Support collecting 'union's with the BPF augmenterArnaldo Carvalho de Melo2024-09-101-8/+10
* perf trace: Add --force-btf for debuggingHoward Chu2024-09-101-1/+6
* perf trace: Collect augmented data using BPFHoward Chu2024-09-101-1/+106