summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2020-01-12selftests: pmtu: fix init mtu value in descriptionHangbin Liu
2020-01-12kselftest: Support old perl versionsSeongJae Park
2020-01-12kselftest/runner: Print new line in print of timeout logSeongJae Park
2020-01-12perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan
2020-01-12perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain
2020-01-12bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen
2020-01-12selftests: safesetid: Fix Makefile to set correct test programMasami Hiramatsu
2020-01-12selftests: safesetid: Check the return value of setuid/setgidMasami Hiramatsu
2020-01-12selftests: safesetid: Move link library to LDLIBSMasami Hiramatsu
2020-01-12selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu
2020-01-12selftests/ftrace: Do not to use absolute debugfs pathMasami Hiramatsu
2020-01-12selftests/ftrace: Fix ftrace test cases to check unsupportedMasami Hiramatsu
2020-01-12selftests/ftrace: Fix to check the existence of set_ftrace_filterMasami Hiramatsu
2020-01-12selftests: netfilter: use randomized netns namesFlorian Westphal
2020-01-12libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee
2020-01-12libtraceevent: Fix lib installation with O=Sudip Mukherjee
2020-01-09perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter
2020-01-09rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers
2020-01-09selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECVSargun Dhillon
2020-01-09selftests/seccomp: Zero out seccomp_notifSargun Dhillon
2020-01-04selftests: vm: add fragment CONFIG_TEST_VMALLOCAnders Roxell
2020-01-04perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo
2020-01-04perf script: Fix brstackinsn for AUXTRACEAdrian Hunter
2020-01-04perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo
2020-01-04tools/power/x86/intel-speed-select: Ignore missing config levelSrinivas Pandruvada
2020-01-04selftests/powerpc: Skip tm-signal-sigreturn-nt if TM not availableMichael Ellerman
2020-01-04selftests/powerpc: Fixup clobbers for TM testsMichael Ellerman
2020-01-04tools/power/x86/intel-speed-select: Remove warning for unused resultSrinivas Pandruvada
2019-12-31selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo
2019-12-31tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet
2019-12-31libtraceevent: Fix memory leakage in copy_filter_typeHewenliang
2019-12-31perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2019-12-31perf session: Fix decompression of PERF_RECORD_COMPRESSED recordsAlexey Budankov
2019-12-31net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo
2019-12-31x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter
2019-12-31selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song
2019-12-31selftests, bpf: Fix test_tc_tunnel hangingJiri Benc
2019-12-31bpf, testing: Workaround a verifier failure for test_progsYonghong Song
2019-12-31selftests: net: Fix printf format warnings on armMasami Hiramatsu
2019-12-31selftests: proc: Make va_max 1MBMasami Hiramatsu
2019-12-31libbpf: Fix negative FD close() in xsk_setup_xdp_prog()Andrii Nakryiko
2019-12-31perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2019-12-31perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2019-12-31perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2019-12-31perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu
2019-12-31perf probe: Skip overlapped location on searching variablesMasami Hiramatsu
2019-12-31perf parse: If pmu configuration fails free termsIan Rogers
2019-12-31perf tools: Splice events onto evlist even on errorIan Rogers
2019-12-31perf tools: Fix cross compile for ARM64John Garry
2019-12-31perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu