summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann2021-08-087-8/+41
* bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend2021-08-081-0/+22
* bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend2021-08-081-0/+39
* Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-08-041-2/+0
* tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.includeYonghong Song2021-07-311-2/+10
* selftest: fix build error in tools/testing/selftests/vm/userfaultfd.cGreg Kroah-Hartman2021-07-311-1/+1
* perf inject: Close inject.output on exitRiccardo Mancini2021-07-281-2/+6
* selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne2021-07-281-2/+4
* bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-281-0/+5
* perf data: Close all files in close_dir()Riccardo Mancini2021-07-281-1/+1
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-281-2/+2
* perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-281-3/+5
* perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-281-0/+7
* perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-281-1/+3
* perf test event_update: Fix memory leak of evlistRiccardo Mancini2021-07-281-1/+1
* perf test session_topology: Delete session->evlistRiccardo Mancini2021-07-281-0/+1
* perf env: Fix sibling_dies memory leakRiccardo Mancini2021-07-281-0/+1
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-0/+2
* selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirectHangbin Liu2021-07-281-2/+3
* selftests: icmp_redirect: remove from checking for IPv6 route getHangbin Liu2021-07-281-1/+1
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-251-0/+2
* bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-251-2/+4
* selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev2021-07-201-2/+0
* selftests: timers: rtcpie: skip test if default RTC device does not existPo-Hsu Lin2021-07-201-1/+9
* perf bench: Fix 2 memory sanitizer warningsIan Rogers2021-07-191-2/+2
* perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-141-0/+2
* selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen2021-07-141-1/+2
* tc-testing: fix list handlingMarcelo Ricardo Leitner2021-07-141-1/+1
* tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-07-141-1/+3
* KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba2021-06-301-1/+1
* tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-06-231-0/+3
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-161-0/+1
* perf jevents: Fix getting maximum number of fdsFelix Fietkau2021-06-031-1/+1
* selftests/gpio: Fix build when source tree is read onlyMichael Ellerman2021-06-031-5/+9
* selftests/gpio: Move include of lib.mk upMichael Ellerman2021-06-031-3/+3
* selftests/gpio: Use TEST_GEN_PROGS_EXTENDEDMichael Ellerman2021-06-031-5/+3
* perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter2021-06-031-0/+5
* perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter2021-06-031-2/+3
* perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter2021-06-031-1/+1
* perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-06-031-1/+5
* perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-06-031-1/+4
* perf unwind: Set userdata for all __report_module() pathsDave Rigby2021-05-281-3/+8
* perf unwind: Fix separate debug info files when using elfutils' libdw's unwinderJan Kratochvil2021-05-281-5/+27
* tweewide: Fix most Shebang linesFinn Behrens2021-05-228-8/+8
* selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song2021-05-191-0/+4
* selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry staticPetr Machata2021-05-141-1/+1
* perf beauty: Fix fsconfig generatorVitaly Chikunov2021-05-141-4/+3
* perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo2021-05-141-1/+1
* perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter2021-05-071-1/+1