summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/net: in rxtimestamp getopt_long needs terminating null entrytannerlove2020-06-201-0/+1
* perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu2020-06-201-2/+1
* objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf2020-05-201-1/+1
* selftests/ipc: Fix test failure seen after initial test runTyler Hicks2020-05-101-1/+1
* objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf2020-05-021-17/+27
* objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf2020-05-021-2/+15
* tools/vm: fix cross-compile buildLucas Stach2020-05-021-0/+2
* selftests: kmod: fix handling test numbers above 9Eric Biggers2020-05-021-4/+9
* objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf2020-04-241-4/+1
* perf tools: Support Python 3.8+ in MakefileSam Lunt2020-04-241-1/+10
* tools: gpio: Fix out-of-tree build regressionAnssi Hannula2020-04-241-1/+1
* selftests/x86/ptrace_syscall_32: Fix no-vDSO segfaultAndy Lutomirski2020-04-241-2/+6
* tools/accounting/getdelays.c: fix netlink attribute lengthDavid Ahern2020-04-131-1/+1
* tools/power turbostat: Fix gcc build warningsLen Brown2020-04-131-2/+2
* perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-04-021-1/+1
* tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu2020-04-022-3/+3
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-021-3/+8
* cpupower: avoid multiple definition with gcc -fno-commonMike Gilbert2020-04-024-3/+5
* ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)2020-03-201-1/+1
* selftests: fix too long argumentJiri Benc2020-03-111-10/+13
* perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo2020-03-111-0/+1
* x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-02-281-1/+1
* usbip: Fix unsafe unaligned pointer usageShuah Khan2020-02-282-25/+27
* tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin2020-02-281-1/+3
* kselftest: Minimise dependency of get_size on C library interfacesSiddhesh Poyarekar2020-02-281-6/+18
* tools/power/acpi: fix compilation errorZhengyuan Liu2020-02-141-1/+1
* tools/kvm_stat: Fix kvm_exit filter nameGavin Shan2020-02-141-2/+6
* perf report: Fix no libunwind compiled warning break s390 issueJin Yao2020-02-051-3/+3
* tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov2020-02-052-0/+15
* perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund2020-02-051-4/+6
* selftests/ipc: Fix msgque compiler warningsKees Cook2020-01-271-5/+6
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-01-231-22/+10
* perf report: Fix incorrectly added dimensions as switch perf data fileJin Yao2020-01-231-1/+4
* perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita2020-01-231-2/+2
* rseq/selftests: Turn off timeout settingMathieu Desnoyers2020-01-171-0/+1
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2020-01-121-1/+57
* libtraceevent: Fix lib installation with O=Sudip Mukherjee2020-01-121-0/+1
* selftests: rtnetlink: add addresses with fixed life timeFlorian Westphal2020-01-091-0/+21
* perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson2020-01-041-1/+0
* perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo2020-01-041-1/+1
* perf script: Fix brstackinsn for AUXTRACEAdrian Hunter2020-01-041-1/+1
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2019-12-312-1/+26
* libtraceevent: Fix memory leakage in copy_filter_typeHewenliang2019-12-311-2/+7
* x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-12-311-6/+12
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2019-12-311-6/+13
* perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2019-12-311-0/+7
* perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2019-12-311-1/+9
* perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu2019-12-311-1/+16
* perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2019-12-311-0/+20
* perf parse: If pmu configuration fails free termsIan Rogers2019-12-311-1/+8