summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-08-25tc-testing: updated skbedit action tests with batch create/deleteRoman Mashak1-0/+47
2019-08-25perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo1-1/+1
2019-08-25perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver1-0/+7
2019-08-25tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()Arnaldo Carvalho de Melo1-3/+6
2019-08-16perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo1-0/+10
2019-08-16perf session: Fix loading of compressed data split across adjacent recordsAlexey Budankov3-10/+17
2019-08-16perf stat: Fix segfault for event group in repeat modeJiri Olsa2-1/+10
2019-08-16perf tools: Fix proper buffer size for feature processingJiri Olsa1-1/+1
2019-08-16perf script: Fix off by one in brstackinsn IPC computationAndi Kleen1-1/+1
2019-08-16perf record: Fix module size on s390Thomas Richter3-3/+16
2019-08-16perf db-export: Fix thread__exec_comm()Adrian Hunter1-1/+11
2019-08-16perf annotate: Fix s390 gap between kernel end and module startThomas Richter3-1/+24
2019-08-09selftests/bpf: reduce time to execute test_xdp_vlan.shJesper Dangaard Brouer1-5/+5
2019-08-09selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer4-2/+24
2019-08-09bpf: fix XDP vlan selftests test_xdp_vlan.shJesper Dangaard Brouer1-6/+36
2019-08-06cgroup: kselftest: relax fs_spec checksChris Down1-2/+1
2019-08-06perf version: Fix segfault due to missing OPT_END()Ravi Bangoria1-0/+1
2019-08-06selftests/bpf: do not ignore clang failuresIlya Leoshkevich1-6/+7
2019-08-04xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal1-1/+26
2019-07-31perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan1-3/+2
2019-07-31perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan1-4/+11
2019-07-31perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan1-4/+2
2019-07-31perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan1-2/+5
2019-07-31perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan1-0/+3
2019-07-31perf trace: Fix potential NULL pointer dereference found by the smatch toolLeo Yan1-3/+3
2019-07-31perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan1-2/+6
2019-07-31rseq/selftests: Fix Thumb mode build failure on arm32Mathieu Desnoyers1-28/+33
2019-07-31perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan1-1/+1
2019-07-31perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo1-1/+1
2019-07-31iio: iio-utils: Fix possible incorrect mask calculationBastien Nocera1-2/+2
2019-07-31tools: PCI: Fix broken pcitest compilationAlan Mikhak1-3/+3
2019-07-28perf script: Assume native_arch for pipe modeSong Liu1-1/+2
2019-07-28selftests: txring_overwrite: fix incorrect test of mmap() return valueFrank de Brabander1-1/+1
2019-07-26libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko1-1/+2
2019-07-26perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek1-1/+1
2019-07-26tools: bpftool: Fix json dump crash on powerpcJiri Olsa1-4/+7
2019-07-26selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc1-6/+6
2019-07-26bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan1-4/+4
2019-07-26libbpf: fix GCC8 warning for strncpyAndrii Nakryiko1-1/+2
2019-07-26perf stat: Fix group lookup for metric groupAndi Kleen1-12/+35
2019-07-26perf stat: Don't merge events in the same PMUAndi Kleen1-1/+2
2019-07-26perf stat: Fix metrics with --no-mergeAndi Kleen1-1/+17
2019-07-26perf stat: Make metric event lookup more robustAndi Kleen1-2/+3
2019-07-26bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach1-0/+1
2019-07-26perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2-2/+2
2019-07-26perf build: Handle slang being in /usr/include and in /usr/include/slang/Arnaldo Carvalho de Melo2-3/+13
2019-07-26tools build: Fix the zstd test in the test-all.c common case feature testArnaldo Carvalho de Melo1-1/+1
2019-07-26perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo1-1/+7
2019-07-26selftests/bpf : clean up feature/ when make cleanHechao Li1-1/+2
2019-07-26perf report: Fix OOM error in TUI mode on s390Thomas Richter1-3/+2