aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11perf mem: Add statistics for peer snoopingLeo Yan2-3/+28
2022-08-11perf arm-spe: Use SPE data source for neoverse coresAli Saidi3-16/+127
2022-08-11perf mem: Print snoop peer flagLeo Yan1-3/+15
2022-08-11perf tools: Sync addition of PERF_MEM_SNOOPX_PEERAli Saidi1-1/+1
2022-08-11perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h when building arm_spe.hLeo Yan1-0/+1
2022-08-11perf tools: Tidy guest option documentationAdrian Hunter5-57/+38
2022-08-11perf inject: Fix missing guestmount option documentationAdrian Hunter1-0/+12
2022-08-11perf script: Fix missing guest option documentationAdrian Hunter1-0/+23
2022-08-11perf offcpu: Update offcpu test for child processNamhyung Kim1-7/+50
2022-08-11perf offcpu: Track child processesNamhyung Kim2-0/+37
2022-08-11perf offcpu: Parse process id separatelyNamhyung Kim1-2/+43
2022-08-11perf offcpu: Check process id for the given workloadNamhyung Kim2-1/+8
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-45/+889
2022-08-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-37/+45
2022-08-11tools/virtio: fix buildStefano Garzarella2-1/+2
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo1-2/+2
2022-08-10selftests: forwarding: Fix failing tests with old libnetIdo Schimmel3-24/+48
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski7-5/+311
2022-08-10KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT valsSean Christopherson1-5/+12
2022-08-10KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_testGavin Shan1-15/+27
2022-08-10KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan2-22/+9
2022-08-10selftests: kvm: fix compilationPaolo Bonzini1-0/+2
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds4-83/+110
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter22-35/+45
2022-08-10perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter1-5/+13
2022-08-10perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter1-3/+11
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2-0/+15
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2-4/+38
2022-08-10selftests/bpf: Add tests for reading a dangling map iter fdHou Tao1-0/+92
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov1-2/+2
2022-08-10perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter1-0/+1
2022-08-10perf script: Fix reference to perf insert instead of perf injectAdrian Hunter1-1/+1
2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong1-1/+1
2022-08-10perf kvm: Fix subcommand matching errorYang Jihong1-4/+4
2022-08-10perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-08-10perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins1-2/+7
2022-08-10perf list: Add PMU pai_crypto event description for IBM z16Thomas Richter2-0/+1102
2022-08-10perf vendor events: Remove bad jaketown uncore eventsIan Rogers3-54/+0
2022-08-10perf vendor events: Remove bad ivytown uncore eventsIan Rogers4-123/+0
2022-08-10perf vendor events: Remove bad broadwellde uncore eventsIan Rogers2-110/+0
2022-08-10perf jevents: Add JEVENTS_ARCH make optionIan Rogers1-1/+5
2022-08-10perf jevents: Simplify generation of C-stringIan Rogers1-10/+4
2022-08-10perf jevents: Clean up pytype warningsIan Rogers1-7/+6
2022-08-10tools build: Switch to new openssl API for test-libcryptoRoberto Sassu1-4/+11
2022-08-10Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test"Arnaldo Carvalho de Melo1-6/+0
2022-08-10perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled} settingRoberto Sassu1-10/+3
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu1-2/+4
2022-08-10tools, build: Retry detection of bfd-related featuresRoberto Sassu1-5/+9
2022-08-10perf test: JSON format checkingClaire Jensen3-1/+245
2022-08-10perf stat: Add JSON output optionClaire Jensen5-106/+307