summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2020-04-02perf map: Fix off by one in strncpy() size argumentdisconnect3d
2020-04-01perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu
2020-04-01perf probe: Fix to delete multiple probe eventMasami Hiramatsu
2020-02-19perf stat: Don't report a null stalled cycles per insn metricKim Phillips
2020-01-26perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo
2020-01-23perf script: Fix --reltime with --timeAndi Kleen
2020-01-23perf probe: Fix wrong address verificationMasami Hiramatsu
2020-01-23perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita
2020-01-12perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan
2020-01-12perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain
2020-01-09perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter
2020-01-04perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo
2019-12-31perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2019-12-31perf session: Fix decompression of PERF_RECORD_COMPRESSED recordsAlexey Budankov
2019-12-31perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2019-12-31perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2019-12-31perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2019-12-31perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu
2019-12-31perf probe: Skip overlapped location on searching variablesMasami Hiramatsu
2019-12-31perf parse: If pmu configuration fails free termsIan Rogers
2019-12-31perf tools: Splice events onto evlist even on errorIan Rogers
2019-12-31perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu
2019-12-31perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2019-12-31perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu
2019-12-31perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu
2019-12-31perf probe: Walk function lines in lexical blocksMasami Hiramatsu
2019-12-31perf probe: Fix to list probe event with correct line numberMasami Hiramatsu
2019-12-31perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan
2019-12-31perf probe: Fix to find range-only function instanceMasami Hiramatsu
2019-11-05perf tools: Fix time sortingJiri Olsa
2019-11-05perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)
2019-11-05perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)
2019-10-15perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter
2019-10-15perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye
2019-10-15perf evlist: Fix fix for freed id arraysAndi Kleen
2019-09-30perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo
2019-09-30perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo
2019-09-30perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo
2019-09-30perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo
2019-09-30perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo
2019-09-30perf evsel: Fall back to global 'perf_env' in perf_evsel__env()Arnaldo Carvalho de Melo
2019-09-30perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean
2019-09-30perf map: Fix overlapped map handlingSteve MacLean
2019-09-30perf llvm: Don't access out-of-scope arrayIan Rogers
2019-09-25perf parser: Remove needless include directivesArnaldo Carvalho de Melo
2019-09-25perf jvmti: Include JVMTI support for s390Thomas Richter
2019-09-25perf evlist: Fix access of freed id arraysAndi Kleen
2019-09-25perf stat: Fix free memory access / memory leaks in metricsAndi Kleen