summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* usb: testusb: Fix for showing the connection speedFaizel K B2021-10-091-6/+8
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-281-2/+2
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-281-0/+2
* selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev2021-07-201-2/+0
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-161-0/+1
* selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song2021-05-221-0/+4
* ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz2021-04-281-3/+0
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-04-161-4/+3
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-301-4/+0
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-03-031-1/+1
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-031-0/+3
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-291-1/+1
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-241-1/+1
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-291-4/+4
* perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-10-141-1/+3
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-10-011-0/+7
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-233-0/+13
* perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2020-09-122-0/+8
* selftests/powerpc: Purge extra count_pmc() calls of ebb selftestsDesnes A. Nunes do Rosario2020-09-0311-26/+0
* perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-08-261-1/+1
* tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon2020-08-211-0/+1
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-07-311-6/+15
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2020-07-311-3/+11
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2020-07-316-19/+19
* perf: Make perf able to build with latest libbfdChangbin Du2020-07-311-1/+15
* tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky2020-07-311-1/+4
* 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-291-2/+1
* selftests/net: in timestamping, strncpy needs to preserve null bytetannerlove2020-06-291-2/+8
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-204-0/+20
* perf probe: Do not show the skipped eventsMasami Hiramatsu2020-06-201-0/+3
* selftests/ipc: Fix test failure seen after initial test runTyler Hicks2020-05-101-1/+1
* perf tools: Fix perf regs mask generationNaveen N. Rao2020-05-101-4/+4
* perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2020-05-051-0/+2
* selftests/x86/ptrace_syscall_32: Fix no-vDSO segfaultAndy Lutomirski2020-04-241-2/+6
* 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
* 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
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-01-231-22/+10
* 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 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
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2020-01-041-6/+13