summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-171-0/+1
* selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2021-03-171-0/+9
* usbip: tools: fix build error for multiple definitionAntonio Borneo2021-03-111-1/+1
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-03-041-1/+1
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-041-0/+3
* perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo2021-03-041-0/+2
* objtool: Don't fail on missing symbol tableJosh Poimboeuf2021-02-071-2/+5
* selftests/powerpc: Only test lwm/stmw on big endianMichael Ellerman2021-02-071-1/+4
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2021-01-305-18/+10
* selftests: net: fib_tests: remove duplicate log testHangbin Liu2021-01-271-1/+0
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-301-1/+1
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-12-302-3/+3
* perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2020-12-303-12/+31
* selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen2020-12-301-0/+1
* ktest.pl: If size of log is too big to email, email error messageSteven Rostedt (VMware)2020-12-301-1/+6
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-112-0/+30
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf event: Check ref_reloc_sym before using itIgor Lubashev2020-12-021-3/+4
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-241-1/+1
* selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2020-11-242-2/+3
* Revert "perf cs-etm: Move definition of 'traceid_list' global variable from h...Salvatore Bonaccorso2020-11-222-3/+3
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-181-5/+2
* selftests: proc: fix warning: _GNU_SOURCE redefinedTommi Rantala2020-11-183-3/+0
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* tools: perf: Fix build error in v4.19.yGuenter Roeck2020-11-101-1/+1
* perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-11-051-1/+1
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2020-11-051-2/+2
* objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf2020-11-051-7/+26
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-301-4/+4
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-10-172-3/+3
* perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-10-141-1/+3
* objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-10-011-1/+1
* perf parse-events: Use strcmp() to compare the PMU nameJin Yao2020-10-011-3/+2
* selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-10-011-0/+1
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-10-011-0/+7
* perf metricgroup: Free metric_events on errorIan Rogers2020-10-011-0/+3
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-10-011-1/+1
* perf stat: Fix duration_time value for higher intervalsJiri Olsa2020-10-011-1/+1
* perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers2020-10-011-1/+1
* perf evsel: Fix 2 memory leaksIan Rogers2020-10-011-0/+2
* perf mem2node: Avoid double free related to reallocIan Rogers2020-10-011-1/+2
* tools: gpio-hammer: Avoid potential overflow in mainGabriel Ravier2020-10-011-1/+16
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-10-011-5/+5
* perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2020-10-012-2/+3
* perf jevents: Fix leak of mapfile memoryJohn Garry2020-10-011-6/+9
* perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter2020-10-011-1/+1
* tools/power/x86/intel_pstate_tracer: changes for python 3 compatibilityDoug Smythies2020-10-011-11/+11
* selftests/ftrace: fix glob selftestSven Schnelle2020-10-011-1/+1
* kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada2020-09-261-0/+6
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-233-0/+13