summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers2023-08-152-16/+7
* perf bpf examples: With no BPF events remove examplesIan Rogers2023-08-155-130/+0
* perf trace: Migrate BPF augmentation to use a skeletonIan Rogers2023-08-153-77/+110
* perf parse-events: Remove BPF event supportIan Rogers2023-08-1527-4381/+3
* perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-1517-533/+4
* perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filenameArnaldo Carvalho de Melo2023-08-151-1/+1
* perf test trace+probe_vfs_getname.sh: Remove stray \ before /Arnaldo Carvalho de Melo2023-08-151-1/+1
* perf script python: Add stub for PMU symbol to the python bindingIan Rogers2023-08-111-0/+5
* perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...Athira Rajeev2023-08-112-5/+12
* perf build: Remove -Wno-unused-but-set-variable from the flex flags when buil...Arnaldo Carvalho de Melo2023-08-111-5/+16
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-08-109-12/+18
|\
| * Merge tag 'perf-tools-fixes-for-v6.5-3-2023-08-09' of git://git.kernel.org/pu...Linus Torvalds2023-08-093-5/+6
| |\
| | * perf stat: Don't display zero tool countsIan Rogers2023-08-081-0/+5
| | * tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-08-081-0/+1
| | * Revert "perf report: Append inlines to non-DWARF callchains"Arnaldo Carvalho de Melo2023-08-081-5/+0
| * | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-072-2/+5
| |\ \
| | * | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-1/+4
| | * | x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2023-07-181-1/+1
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-08-072-1/+5
| |\ \ \ | | |_|/ | |/| |
| | * | selftests/rseq: Fix build with undefined __weakMark Brown2023-08-042-1/+5
| * | | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-041-2/+2
| |\ \ \
| | * | | vmbus_testing: fix wrong python syntax for integer value comparisonAni Sinha2023-07-231-2/+2
| * | | | Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-041-2/+0
| |\ \ \ \
| | * | | | selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti2023-08-021-2/+0
| | * | | | selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard2023-08-021-1/+1
* | | | | | perf script: Print "cgroup" field on the same line as "comm"Ivan Babrou2023-08-081-11/+11
* | | | | | perf probe: Make synthesize_perf_probe_point() private to probe-event.cArnaldo Carvalho de Melo2023-08-072-2/+3
* | | | | | perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo2023-08-071-2/+6
* | | | | | perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo2023-08-071-2/+3
* | | | | | Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-08-0424-121/+256
|\| | | | |
| * | | | | Merge tag 'perf-tools-fixes-for-v6.5-2-2023-08-03' of git://git.kernel.org/pu...Linus Torvalds2023-08-038-36/+81
| |\ \ \ \ \
| | * | | | | perf test parse-events: Test complex name has required event formatIan Rogers2023-08-013-1/+23
| | * | | | | perf pmus: Create placholder regardless of scanning core_onlyIan Rogers2023-08-011-9/+7
| | * | | | | perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller2023-07-281-1/+7
| | * | | | | perf parse-events: Only move force grouped evsels when sortingIan Rogers2023-07-271-13/+26
| | * | | | | perf parse-events: When fixing group leaders always set the leaderIan Rogers2023-07-271-8/+3
| | * | | | | perf parse-events: Extra care around force grouped eventsIan Rogers2023-07-271-4/+10
| | * | | | | perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev2023-07-241-0/+4
| | * | | | | perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu2023-07-241-3/+4
| * | | | | | Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-033-2/+27
| |\ \ \ \ \ \
| | * | | | | | test/vsock: remove vsock_perf executable on `make clean`Stefano Garzarella2023-08-031-1/+1
| | * | | | | | selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima2023-08-011-1/+1
| | * | | | | | net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima2023-07-311-0/+25
| * | | | | | | Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-301-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | selftests/ftrace: Fix to check fprobe event eneblementMasami Hiramatsu (Google)2023-07-261-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-304-62/+110
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson2023-07-291-31/+39
| | * | | | | | KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson2023-07-291-2/+8
| | * | | | | | KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson2023-07-291-1/+7
| | * | | | | | KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson2023-07-291-2/+23