summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf2020-04-241-4/+1
* 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
* 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
* 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
* tools/power/acpi: fix compilation errorZhengyuan Liu2020-02-141-1/+1
* tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov2020-02-052-0/+15
* 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-231-0/+1
* Revert "perf report: Add warning when libunwind not compiled in"Sasha Levin2020-01-121-7/+0
* 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 probe: Fix to show function entry line as probe-ableMasami Hiramatsu2020-01-042-1/+26
* libtraceevent: Fix memory leakage in copy_filter_typeHewenliang2020-01-041-2/+7
* x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2020-01-041-6/+12
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2020-01-041-6/+13
* perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2020-01-041-0/+7
* perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2020-01-041-1/+9
* perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu2020-01-041-1/+16
* perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2020-01-041-0/+20
* perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2020-01-041-1/+1
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2020-01-041-1/+1
* perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2020-01-041-2/+2
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2020-01-041-1/+1
* perf probe: Walk function lines in lexical blocksMasami Hiramatsu2020-01-041-5/+9
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2020-01-041-2/+2
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2020-01-041-1/+5
* perf report: Add warning when libunwind not compiled inJin Yao2020-01-041-0/+7
* perf test: Report failure for mmap eventsLeo Yan2020-01-041-0/+1
* tools/power/cpupower: Fix initializer override in hsw_ext_cstatesNathan Chancellor2020-01-041-1/+0
* usbip: tools: fix fd leakage in the function of read_attr_usbip_statusHewenliang2019-11-281-1/+1
* x86/insn: Fix awk regexp warningsAlexander Kapshuk2019-11-281-2/+2
* ACPICA: Use %d for signed int print formatting instead of %uColin Ian King2019-11-281-1/+1
* selftests/ftrace: Fix to test kprobe $comm arg only if availableMasami Hiramatsu2019-11-281-0/+3
* usbip: tools: fix atoi() on non-null terminated stringColin Ian King2019-11-281-3/+3
* tools: gpio: Correctly add make dependencies for gpio_utilsLaura Abbott2019-11-282-3/+8
* perf tools: Fix time sortingJiri Olsa2019-11-121-1/+1
* selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang2019-11-101-1/+2
* perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-11-101-0/+1
* perf jevents: Fix period for Intel fixed countersAndi Kleen2019-11-061-6/+6
* perf map: Fix overlapped map handlingSteve MacLean2019-11-061-0/+3