summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-06-14perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing1-1/+1
2022-06-14perf c2c: Use stdio interface if slang is not supportedLeo Yan1-2/+4
2022-06-06perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo1-1/+1
2022-06-06perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo3-12/+15
2022-06-06libtraceevent: Fix build with binutils 2.35Ben Hutchings1-1/+1
2022-05-25perf bench numa: Address compiler error on s390Thomas Richter1-1/+1
2022-05-12selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is opera...Ido Schimmel1-0/+3
2022-04-20testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu setAthira Rajeev1-8/+17
2022-04-15selftests: cgroup: Test open-time cgroup namespace usage for migration checksTejun Heo1-0/+99
2022-04-15selftests: cgroup: Test open-time credential usage for migration checksTejun Heo1-0/+68
2022-04-15selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644Tejun Heo1-1/+1
2022-04-15tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo1-1/+1
2022-04-15tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2-0/+10
2022-04-15bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen1-2/+2
2022-04-15selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu1-1/+4
2022-04-15selftests/x86: Add validity check and allow field splittingMuhammad Usama Anjum1-1/+1
2022-03-23perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2022-03-23kselftest/vm: fix tests build with old libcChengming Zhou1-0/+1
2022-03-16selftests/memfd: clean up mapping in mfd_fail_writeMike Kravetz1-0/+1
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)1-1/+1
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2
2022-02-23selftests/zram: Adapt the situation that /dev/zram0 is being usedYang Xu4-63/+66
2022-02-23selftests/zram01.sh: Fix compression ratio calculationYang Xu1-22/+8
2022-02-23selftests/zram: Skip max_comp_streams interface on newer kernelYang Xu1-0/+24
2022-02-16perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen1-0/+3
2022-02-08selftests: futex: Use variable MAKE instead of makeMuhammad Usama Anjum1-2/+2
2022-01-05selftests/net: udpgso_bench_tx: fix dst ip argumentwujianguo1-1/+7
2022-01-05selftests: Calculate udpgso segment count without header adjustmentCoco Li1-6/+6
2021-12-14tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo5-23/+0
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2-15/+14
2021-11-26selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi1-2/+2
2021-10-09tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du1-1/+1
2021-10-09selftests: be sure to make khdr before other targetsLi Zhijian1-0/+1
2021-10-09usb: testusb: Fix for showing the connection speedFaizel K B1-6/+8
2021-09-22perf machine: Initialize srcline string member in add_location structMichael Petlan1-0/+1
2021-09-22selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian1-1/+1
2021-09-22tools/thermal/tmon: Add cross compiling supportRolf Eike Beer1-1/+1
2021-09-22selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov1-14/+17
2021-09-22selftests/bpf: Test variable offset stack accessAndrey Ignatov1-2/+77
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-2/+32
2021-08-15bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann1-0/+2
2021-08-04Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0
2021-07-31selftest: fix build error in tools/testing/selftests/vm/userfaultfd.cGreg Kroah-Hartman1-1/+1
2021-07-28selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser1-0/+5
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-28perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-28perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-28perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3