summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2020-11-18perf tools: Add missing swap for ino_generationJiri Olsa1-0/+1
2020-11-05perf python scripting: Fix printable strings in python3 scriptsJiri Olsa1-1/+1
2020-10-29perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter1-4/+4
2020-10-17perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2-3/+3
2020-10-01perf parse-events: Use strcmp() to compare the PMU nameJin Yao1-3/+2
2020-10-01perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter1-0/+7
2020-10-01perf metricgroup: Free metric_events on errorIan Rogers1-0/+3
2020-10-01perf util: Fix memory leak of prefix_if_not_inXie XiuQi1-1/+1
2020-10-01perf evsel: Fix 2 memory leaksIan Rogers1-0/+2
2020-10-01perf mem2node: Avoid double free related to reallocIan Rogers1-1/+2
2020-10-01perf stat: Force error in fallback on :k eventsStephane Eranian1-0/+4
2020-10-01perf cpumap: Fix snprintf overflow checkChristophe JAILLET1-5/+5
2020-10-01perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2-2/+3
2020-10-01perf cs-etm: Correct synthesizing instruction samplesLeo Yan1-17/+70
2020-10-01perf cs-etm: Swap packets for instruction samplesLeo Yan1-20/+19
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim2-0/+12
2020-09-23perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-23perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-21perf intel-pt: Fix duplicate branch after CBRAdrian Hunter1-2/+6
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-08-05perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo1-2/+2
2020-07-22perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao1-2/+4
2020-07-16perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter1-2/+3
2020-07-16perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter1-2/+2
2020-06-24perf stat: Fix NULL pointer dereferenceHongbo Yao1-2/+2
2020-06-22perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter1-0/+2
2020-06-22perf symbols: Fix debuginfo search for UbuntuAdrian Hunter4-0/+20
2020-06-22perf probe: Check address correctness by map instead of _etextMasami Hiramatsu1-12/+13
2020-06-22perf probe: Fix to check blacklist address correctlyMasami Hiramatsu1-6/+15
2020-06-17perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu1-2/+1
2020-06-03perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2020-04-02perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-04-01perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu1-3/+8
2020-04-01perf probe: Fix to delete multiple probe eventMasami Hiramatsu1-0/+3
2020-02-19perf stat: Don't report a null stalled cycles per insn metricKim Phillips1-6/+0
2020-01-26perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo1-26/+1
2020-01-23perf script: Fix --reltime with --timeAndi Kleen2-3/+29
2020-01-23perf probe: Fix wrong address verificationMasami Hiramatsu1-22/+10
2020-01-23perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita1-2/+2
2020-01-12perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan1-15/+6
2020-01-12perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain1-2/+5
2020-01-09perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter1-1/+1
2020-01-04perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo1-1/+1
2019-12-31perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2-1/+26
2019-12-31perf session: Fix decompression of PERF_RECORD_COMPRESSED recordsAlexey Budankov1-17/+27
2019-12-31perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu1-6/+13
2019-12-31perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu1-0/+7
2019-12-31perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu1-1/+9
2019-12-31perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu1-1/+16