summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2019-09-25perf tools: Replace needless mmap.h with what is needed, event.hArnaldo Carvalho de Melo
2019-09-25perf evsel: Move config terms to a separate headerArnaldo Carvalho de Melo
2019-09-25perf evlist: Remove unused perf_evlist__fprintf() methodArnaldo Carvalho de Melo
2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo
2019-09-25perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo
2019-09-25perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo
2019-09-25libperf: Add perf_evlist__poll() functionJiri Olsa
2019-09-25libperf: Add perf_evlist__add_pollfd() functionJiri Olsa
2019-09-25libperf: Add perf_evlist__alloc_pollfd() functionJiri Olsa
2019-09-25libperf: Use sys/types.h to get ssize_t, not unistd.hArnaldo Carvalho de Melo
2019-09-25perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa