summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf script: Check session->header.env.arch before using itSong Liu2021-11-021-4/+8
* selftests: bpf: fix backported ASSERT_FALSELorenz Bauer2021-10-271-1/+1
* libperf tests: Fix test_stat_cpuShunsuke Nakamura2021-10-272-6/+6
* selftests: netfilter: remove stray bash debug lineFlorian Westphal2021-10-271-1/+0
* ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-274-0/+183
* perf jevents: Tidy error handlingJohn Garry2021-10-131-48/+35
* selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton2021-10-091-2/+2
* tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du2021-10-091-1/+1
* selftests:kvm: fix get_warnings_count() ignoring fscanf() return warnShuah Khan2021-10-091-1/+2
* selftests: be sure to make khdr before other targetsLi Zhijian2021-10-091-0/+1
* usb: testusb: Fix for showing the connection speedFaizel K B2021-10-091-6/+8
* selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc2021-10-061-5/+8
* selftests, bpf: Fix makefile dependencies on libbpfJiri Benc2021-10-061-1/+2
* kselftest/arm64: signal: Skip tests if required features are missingCristian Marussi2021-09-301-2/+5
* kselftest/arm64: signal: Add SVE to the set of features we can check forMark Brown2021-09-302-0/+5
* tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.shMasami Hiramatsu2021-09-261-2/+2
* perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-261-0/+10
* tools lib: Adopt memchr_inv() from kernelJiri Olsa2021-09-262-0/+59
* perf test: Fix bpf test sample mismatch reportingMichael Petlan2021-09-261-1/+1
* selftests: mptcp: clean tmp files in simult_flowsMatthieu Baerts2021-09-221-2/+2
* perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo2021-09-221-22/+30
* perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64}Li Huafei2021-09-221-4/+4
* selftest: net: fix typo in altname testAndrea Claudi2021-09-221-1/+1
* perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-221-0/+1
* selftests/bpf: Fix potential unreleased lockChengfeng Ye2021-09-181-1/+3
* selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian2021-09-181-1/+1
* kselftest/arm64: pac: Fix skipping of tests on systems without PACMark Brown2021-09-181-4/+6
* kselftest/arm64: mte: Fix misleading output when skipping testsMark Brown2021-09-181-1/+1
* selftests/bpf: Fix flaky send_signal testYonghong Song2021-09-181-0/+16
* selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2021-09-182-2/+2
* libbpf: Fix race when pinning maps in parallelMartynas Pumputis2021-09-181-1/+14
* selftests: firmware: Fix ignored return val of asprintf() warnShuah Khan2021-09-181-1/+2
* libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis2021-09-181-3/+45
* tools/thermal/tmon: Add cross compiling supportRolf Eike Beer2021-09-181-1/+1
* selftests/ftrace: Fix requirement check of README fileSteven Rostedt (VMware)2021-09-181-1/+1
* libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko2021-09-151-5/+5
* selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich2021-09-151-5/+15
* selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet2021-09-151-1/+1
* libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis2021-09-151-6/+4
* libbpf: Fix the possible memory leak on errorShuyi Cheng2021-09-151-2/+4
* bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-09-151-1/+1
* perf annotate: Fix jump parsing for C++ code.Martin Liška2021-09-032-0/+9
* perf tools: Fix arm64 build error with gcc-11Jianlin Lv2021-09-038-7/+14
* perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-09-031-0/+2
* perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini2021-09-031-0/+1
* perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini2021-09-031-0/+1
* tools/virtio: fix buildMichael S. Tsirkin2021-09-033-1/+60
* libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge2021-08-181-1/+3
* Revert "selftests/resctrl: Use resctrl/info for feature detection"Reinette Chatre2021-08-152-46/+12
* selftest/bpf: Verifier tests for var-off accessAndrei Matei2021-08-081-2/+97