summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao2020-07-221-2/+4
* perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh2020-06-251-2/+1
* selftests/net: in timestamping, strncpy needs to preserve null bytetannerlove2020-06-251-2/+8
* selftests/vm/pkeys: fix alloc_random_pkey() to make it really randomRam Pai2020-06-251-1/+2
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-204-0/+20
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-06-201-6/+15
* perf probe: Do not show the skipped eventsMasami Hiramatsu2020-06-201-0/+3
* tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2020-06-202-0/+29
* objtool: Ignore empty alternativesJulien Thierry2020-06-201-0/+6
* 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