summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf parse-events: Use strcmp() to compare the PMU nameJin Yao2020-10-011-3/+2
* 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 evsel: Fix 2 memory leaksIan Rogers2020-10-011-0/+2
* perf mem2node: Avoid double free related to reallocIan Rogers2020-10-011-1/+2
* 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 test: Free formats for perf pmu parse testNamhyung Kim2020-09-232-0/+12
* perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-08-261-1/+1
* perf intel-pt: Fix FUP packet stateAdrian Hunter2020-08-211-14/+7
* perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao2020-07-221-2/+4
* perf: Make perf able to build with latest libbfdChangbin Du2020-07-221-1/+15
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-224-0/+20
* perf probe: Check address correctness by map instead of _etextMasami Hiramatsu2020-06-221-12/+13
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-06-221-6/+15
* perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu2020-06-221-2/+1
* perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-04-021-1/+1
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-021-3/+8
* perf stat: Fix shadow stats for clock eventsRavi Bangoria2020-03-051-1/+2
* perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria2020-03-051-2/+1
* perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo2020-01-271-26/+1
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-01-231-22/+10
* 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 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 tools: Splice events onto evlist even on errorIan Rogers2019-12-311-6/+11
* 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 callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter2019-12-171-1/+1
* perf tools: Fix time sortingJiri Olsa2019-11-121-1/+1
* perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-11-061-2/+2
* perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-11-061-1/+1
* perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-11-061-1/+1
* perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo2019-11-061-1/+1
* 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