summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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
* 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
* 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 jevents: Fix period for Intel fixed countersAndi Kleen2019-11-061-6/+6
* perf map: Fix overlapped map handlingSteve MacLean2019-11-061-0/+3
* 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-173-0/+21
* perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-10-171-1/+1
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-171-1/+1
* Revert "perf test 6: Fix missing kvm module load for s390"Sasha Levin2019-09-061-27/+0
* perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-09-061-0/+1
* perf bench numa: Fix cpu0 bindingJiri Olsa2019-09-061-2/+4
* perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo2019-08-251-1/+1
* perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver2019-08-251-0/+7
* perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo2019-08-251-0/+10
* perf record: Fix module size on s390Thomas Richter2019-08-253-3/+16
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-251-1/+11
* perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter2019-08-254-10/+19
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-08-041-1/+1
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-08-042-2/+2
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-08-041-1/+7
* perf test 6: Fix missing kvm module load for s390Thomas Richter2019-08-041-0/+27
* perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-08-041-4/+123
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-07-101-1/+1
* perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo2019-07-101-1/+1