summaryrefslogtreecommitdiffstats
path: root/tools/perf
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
* 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
* perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu2020-06-201-2/+1
* perf tools: Support Python 3.8+ in MakefileSam Lunt2020-04-241-1/+10
* 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-021-1/+1
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-021-3/+8
* perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo2020-03-111-0/+1
* perf report: Fix no libunwind compiled warning break s390 issueJin Yao2020-02-051-3/+3
* perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund2020-02-051-4/+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
* 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
* 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
* perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2019-12-311-1/+1
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2019-12-311-1/+1
* perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2019-12-311-2/+2
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2019-12-311-1/+1
* perf probe: Walk function lines in lexical blocksMasami Hiramatsu2019-12-311-5/+9
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2019-12-311-2/+2
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2019-12-311-1/+5
* perf report: Add warning when libunwind not compiled inJin Yao2019-12-311-0/+7
* perf test: Report failure for mmap eventsLeo Yan2019-12-311-0/+1
* perf tools: Fix time sortingJiri Olsa2019-11-121-1/+1
* perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-11-101-0/+1
* perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-11-101-5/+9
* perf jevents: Fix period for Intel fixed countersAndi Kleen2019-11-061-6/+6
* perf map: Fix overlapped map handlingSteve MacLean2019-11-061-0/+3
* perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers2019-11-061-2/+1
* perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean2019-10-171-3/+3
* perf llvm: Don't access out-of-scope arrayIan Rogers2019-10-171-3/+3
* perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2019-10-113-0/+21
* perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-10-111-1/+1
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-111-1/+1
* perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo2019-10-111-1/+1
* perf build: Add detection of java-11-openjdk-devel packageThomas Richter2019-10-111-1/+1
* perf trace beauty ioctl: Fix off-by-one error in cmd->string tableBenjamin Peterson2019-10-051-1/+1
* libperf: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA2019-10-051-1/+2