summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-31perf probe: Skip overlapped location on searching variablesMasami Hiramatsu1-0/+20
2019-12-31perf parse: If pmu configuration fails free termsIan Rogers1-1/+8
2019-12-31perf tools: Splice events onto evlist even on errorIan Rogers1-6/+11
2019-12-31perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu1-1/+1
2019-12-31perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu1-1/+1
2019-12-31perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu1-2/+2
2019-12-31perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu1-1/+1
2019-12-31perf probe: Walk function lines in lexical blocksMasami Hiramatsu1-5/+9
2019-12-31perf probe: Fix to list probe event with correct line numberMasami Hiramatsu1-2/+2
2019-12-31perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan1-2/+2
2019-12-31perf probe: Fix to find range-only function instanceMasami Hiramatsu1-1/+5
2019-11-05perf tools: Fix time sortingJiri Olsa1-1/+1
2019-11-05perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2-33/+0
2019-11-05perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2-4/+13
2019-10-15perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter1-3/+5
2019-10-15perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva1-1/+1
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2-3/+7
2019-10-15perf evlist: Fix fix for freed id arraysAndi Kleen1-1/+1