aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-08-14Merge tag 'perf-tools-fixes-for-v6.0-2022-08-13' of git://git.kernel.org/pub/...Linus Torvalds112-4871/+93678
2022-08-13perf test: Refactor shell tests allowing subdirsCarsten Haitzler4-134/+238
2022-08-13perf vendor events: Update events for snowridgexZhengjun Xing1-84/+27
2022-08-13perf vendor events: Update events and metrics for skylakexZhengjun Xing4-1157/+24918
2022-08-13perf vendor events: Update metrics for sapphirerapidsZhengjun Xing1-0/+6
2022-08-13perf vendor events: Update events for knightslandingZhengjun Xing1-0/+213
2022-08-13perf vendor events: Update metrics for jaketownZhengjun Xing1-0/+6
2022-08-13perf vendor events: Update metrics for ivytownZhengjun Xing1-0/+6
2022-08-13perf vendor events: Update events and metrics for icelakexZhengjun Xing4-556/+38332
2022-08-13perf vendor events: Update events and metrics for haswellxZhengjun Xing2-171/+413
2022-08-13perf vendor events: Update events and metrics for cascadelakexZhengjun Xing4-1241/+25848
2022-08-13perf vendor events: Update events and metrics for broadwellxZhengjun Xing2-159/+10
2022-08-13perf vendor events: Update metrics for broadwelldeZhengjun Xing1-0/+6
2022-08-13perf jevents: Fold strings optimizationIan Rogers1-7/+48
2022-08-13perf jevents: Compress the pmu_events_tableIan Rogers1-45/+162
2022-08-13perf metrics: Copy entire pmu_event in find metricIan Rogers2-17/+18
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers12-91/+101
2022-08-13perf pmu-events: Don't assume pmu_event is an arrayIan Rogers7-182/+313
2022-08-13perf pmu-events: Move test events/metrics to JSONIan Rogers4-81/+132
2022-08-13perf test: Use full metric resolutionIan Rogers1-145/+77
2022-08-13perf pmu-events: Hide pmu_events_mapIan Rogers7-180/+280
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers9-120/+101
2022-08-13perf pmu-events: Hide pmu_sys_event_tablesIan Rogers6-52/+84
2022-08-13perf jevents: Sort JSON files entriesIan Rogers1-13/+35
2022-08-13perf jevents: Provide path to JSON file on errorIan Rogers1-1/+6
2022-08-13perf jevents: Remove the type/version variablesIan Rogers5-16/+0
2022-08-13perf jevent: Add an 'all' architecture argumentIan Rogers4-29/+47
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2022-08-12perf stat: Remove duplicated include in builtin-stat.cYang Li1-1/+0
2022-08-12perf scripting python: Delete repeated word in commentsshaomin Deng1-1/+1
2022-08-12perf tools: Fix double word in commentsshaomin Deng1-1/+1
2022-08-12perf trace: Fix double word in commentsshaomin Deng1-1/+1
2022-08-12perf script: Delete repeated word "from"shaomin Deng1-1/+1
2022-08-12perf test: Fix double word in commentsshaomin Deng1-1/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-3/+4
2022-08-12wireguard: selftests: set CONFIG_NONPORTABLE on riscv32Jason A. Donenfeld1-0/+1
2022-08-12perf record: Improve error message of -p not_existing_pidMartin Liška1-2/+9
2022-08-12perf build-id: Print debuginfod queries if -v option is usedMartin Liška1-1/+5
2022-08-12perf build-id: Fix coding style, replace 8 spaces by tabsMartin Liška1-11/+11
2022-08-11perf c2c: Update documentation for new display option 'peer'Leo Yan1-7/+24
2022-08-11perf c2c: Use 'peer' as default display for Arm64Leo Yan1-12/+24
2022-08-11perf c2c: Sort on peer snooping for load operationsLeo Yan1-36/+99
2022-08-11perf c2c: Refactor display stringLeo Yan1-5/+5
2022-08-11perf c2c: Refactor node headerLeo Yan1-7/+19
2022-08-11perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'Leo Yan1-20/+20
2022-08-11perf c2c: Use explicit names for display macrosLeo Yan1-29/+29
2022-08-11perf c2c: Add mean dimensions for peer operationsLeo Yan1-0/+28
2022-08-11perf c2c: Add dimensions of peer metrics for cache line viewLeo Yan1-0/+102
2022-08-11perf c2c: Add dimensions for peer load operationsLeo Yan1-0/+30
2022-08-11perf c2c: Output statistics for peer snoopingLeo Yan1-0/+3
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...Leo 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/netd...Linus 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 fea...Arnaldo Carvalho de Melo1-6/+0
2022-08-10perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto 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
2022-08-09selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2-0/+70
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-370/+909
2022-08-09Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-0/+5
2022-08-08Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+13
2022-08-08selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev1-0/+95
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds4-23/+45
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds8-11/+199
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-6/+3
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds54-219/+2877
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds390-11582/+97994
2022-08-05selftests: netfilter: add test case for nf trace infrastructureFlorian Westphal1-5/+76
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-68/+588
2022-08-05Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-0/+1574
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds14-2/+1025
2022-08-05Merge tag 'trace-rtla-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+12
2022-08-05selftests: add few test cases for tap driverCezar Bulinaru3-2/+437
2022-08-05selftests: mptcp: make sendfile selftest workFlorian Westphal1-9/+17
2022-08-04Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+2
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds114-5198/+5611
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+2
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+12
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+0
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds180-4068/+12460
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-34/+2
2022-08-03tools/testing/selftests/vm/hmm-tests.c: fix buildAndrew Morton1-1/+1
2022-08-03tools/thermal: Fix possible path truncationsFlorian Fainelli1-11/+13
2022-08-03Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-0/+2
2022-08-03perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila1-16/+9
2022-08-03x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2-0/+5
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+45
2022-08-02Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds10-23/+23
2022-08-02Merge tag 'linux-kselftest-next-5.20-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds29-143/+109
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds9-228/+358
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2022-08-02Merge tag 'nolibc.2022.07.27a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-8/+43
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+7
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2022-08-02Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linuxLinus Torvalds2-45/+252
2022-08-02Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+91
2022-08-02Merge tag 'seccomp-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-08-02perf lock: Print the number of lost entries for BPFNamhyung Kim4-5/+19
2022-08-02perf lock: Add --map-nr-entries optionNamhyung Kim4-1/+29
2022-08-02perf lock: Introduce struct lock_contentionNamhyung Kim3-18/+31
2022-08-02wireguard: selftests: support UMLJason A. Donenfeld2-1/+19
2022-08-02wireguard: selftests: update config fragmentsLukas Bulwahn2-6/+0
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds3-0/+737
2022-08-02Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2-139/+301
2022-08-02perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo1-1/+1
2022-08-02genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-02perf build: Suppress openssl v3 deprecation warnings in libcrypto feature testZixuan Tan1-0/+6
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers12-738/+791
2022-08-02Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+4
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-186/+360
2022-08-02perf parse-events: Don't #define YY_EXTRA_TYPEIan Rogers1-1/+0
2022-08-02Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+11
2022-08-02selftests: net: fix IOAM test skip return codeKleber Sacilotto de Souza1-5/+7
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-26/+27
2022-08-01Merge tag 'slab-for-5.20_or_6.0' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+24
2022-08-01tools bpftool: Don't display disassembler-four-args feature testAndres Freund1-2/+1
2022-08-01tools bpftool: Fix compilation error with new binutilsAndres Freund2-9/+38
2022-08-01tools bpf_jit_disasm: Don't display disassembler-four-args feature testAndres Freund1-1/+1
2022-08-01tools bpf_jit_disasm: Fix compilation error with new binutilsAndres Freund2-2/+8
2022-08-01tools perf: Fix compilation error with new binutilsAndres Freund2-3/+12
2022-08-01tools include: add dis-asm-compat.h to handle version differencesAndres Freund1-0/+55
2022-08-01tools build: Don't display disassembler-four-args feature testAndres Freund1-2/+1
2022-08-01tools build: Add feature test for init_disassemble_info API changesAndres Freund4-0/+22
2022-08-01perf test: Add ARM SPE system wide testNamhyung Kim1-3/+27
2022-08-01perf tools: Rework prologue generation codeJiri Olsa1-29/+175
2022-08-01perf bpf: Convert legacy map definition to BTF-definedJiri Olsa2-13/+24
2022-08-01selftests: kvm: set rax before vmcallAndrei Vagin1-1/+1
2022-08-01perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim5-13/+162
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim7-115/+453
2022-08-01perf lock: Pass machine pointer to is_lock_function()Namhyung Kim1-8/+7
2022-08-01selftests/powerpc: Avoid GCC 12 uninitialised variable warningMichael Ellerman1-0/+1
2022-08-01perf test: Add user space counter reading testsIan Rogers1-1/+126
2022-08-01perf test: Remove x86 rdpmc testIan Rogers3-185/+0
2022-08-01selftests: KVM: Add exponent check for boolean statsOliver Upton1-0/+6
2022-08-01selftests: KVM: Provide descriptive assertions in kvm_binary_stats_testOliver Upton1-8/+16
2022-08-01selftests: KVM: Check stat name before other fieldsOliver Upton1-3/+5
2022-08-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo5-32/+88
2022-08-01Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-5/+12
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini114-5200/+5590
2022-07-31rtla: Define syscall numbers for riscvAndreas Schwab1-1/+1
2022-07-31rtla: Fix double freeAndreas Schwab1-2/+7
2022-07-31rtla: Fix Makefile when called from -C tools/Daniel Bristot de Oliveira1-1/+1
2022-07-30rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira1-0/+16
2022-07-30rv/monitor: Add the wip monitorDaniel Bristot de Oliveira1-0/+16
2022-07-30Documentation/rv: Add deterministic automata monitor synthesis documentationDaniel Bristot de Oliveira2-0/+6
2022-07-30tools/rv: Add dot2kDaniel Bristot de Oliveira6-0/+496
2022-07-30Documentation/rv: Add deterministic automaton documentationDaniel Bristot de Oliveira3-0/+9
2022-07-30tools/rv: Add dot2cDaniel Bristot de Oliveira4-0/+466
2022-07-30memblock test: Modify the obsolete description in READMEShaoqin Huang1-6/+9
2022-07-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski19-106/+738
2022-07-29mm/hmm: add a test for cross device private faultsRalph Campbell1-2/+12
2022-07-29selftests: add soft-dirty into run_vmtests.shPeter Xu1-0/+2
2022-07-29selftests: soft-dirty: add test for mprotectPeter Xu1-1/+66
2022-07-29selftest/vm: uninitialized variable in main()Dan Carpenter1-1/+1
2022-07-29tools/testing/selftests/vm/hugetlb-madvise.c: silence uninitialized variable ...Dan Carpenter1-2/+3