summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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: Remove unused feature test targetJames Clark2024-09-102-7/+0
* perf build: Autodetect minimum required llvm-dev versionJames Clark2024-09-104-4/+27
* 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
* perf trace: Pretty print buffer dataHoward Chu2024-09-102-0/+39
* perf trace: Pretty print struct dataHoward Chu2024-09-101-5/+60
* perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu2024-09-102-0/+117
* perf trace: Mark bpf's attr as from_userArnaldo Carvalho de Melo2024-09-101-1/+2
* perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2024-09-092-2/+7
* perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2024-09-092-3/+8
* perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2024-09-092-1/+5
* perf trace: Mark which syscall arguments go from user space to kernel spaceArnaldo Carvalho de Melo2024-09-091-14/+27
* perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo2024-09-094-44/+66
* perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo2024-09-091-2/+2
* perf mem: Fix the wrong reference in parse_record_events()Kan Liang2024-09-061-1/+1
* perf mem: Fix missed p-core mem events on ADL and RPLKan Liang2024-09-064-22/+15
* perf mem: Check mem_events for all eligible PMUsKan Liang2024-09-064-4/+16
* perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen2024-09-061-8/+3
* perf jevents: Ignore sys when determining a model directoryIan Rogers2024-09-061-4/+7
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2024-09-0621-183/+779
|\
| * Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2024-09-051-0/+34
| |\
| | * selftests/bpf: Add a selftest to check for incorrect namesJeongjun Park2024-09-041-0/+34
| * | Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-09-052-4/+6
| |\ \
| | * | tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski2024-09-051-3/+4
| | * | selftests: net: enable bind testsJamie Bainbridge2024-09-051-1/+2
| * | | Merge tag 'perf-tools-fixes-for-v6.11-2024-09-04' of git://git.kernel.org/pub...Linus Torvalds2024-09-044-5/+11
| |\ \ \
| | * | | perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo2024-09-021-4/+4
| | * | | perf python: include "util/sample.h"Xu Yang2024-09-021-0/+1
| | * | | perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim2024-09-021-0/+3
| | * | | perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova2024-09-021-1/+3
| * | | | selftests: mm: fix build errors on armhfMuhammad Usama Anjum2024-09-012-36/+14
| * | | | Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-311-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | iommufd: Do not allow creating areas without READ or WRITEJason Gunthorpe2024-08-261-3/+3
| | |/ /
| * | | Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-304-32/+143
| |\ \ \
| | * | | selftests: mptcp: join: check re-re-adding ID 0 signalMatthieu Baerts (NGI0)2024-08-291-11/+21
| | * | | selftests: mptcp: join: validate event numbersMatthieu Baerts (NGI0)2024-08-292-3/+75
| | * | | selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)2024-08-291-12/+15
| | * | | selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)2024-08-291-8/+8
| | * | | selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)2024-08-291-5/+16
| | * | | selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)2024-08-291-7/+18