summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-30perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2-4/+17
2019-09-30perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo1-2/+2
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2-0/+8
2019-09-30perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo1-1/+1
2019-09-30perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo1-1/+1
2019-09-30perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo1-1/+1
2019-09-30perf evsel: Fall back to global 'perf_env' in perf_evsel__env()Arnaldo Carvalho de Melo2-1/+8
2019-09-30perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean1-3/+3
2019-09-30perf map: Fix overlapped map handlingSteve MacLean1-0/+3
2019-09-30perf llvm: Don't access out-of-scope arrayIan Rogers1-3/+3
2019-09-25perf parser: Remove needless include directivesArnaldo Carvalho de Melo1-3/+0
2019-09-25perf jvmti: Include JVMTI support for s390Thomas Richter1-0/+3
2019-09-25perf evlist: Fix access of freed id arraysAndi Kleen1-1/+1