summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-301-4/+0
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-031-0/+3
* perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo2021-03-031-0/+2
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-291-1/+1
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf event: Check ref_reloc_sym before using itIgor Lubashev2020-12-021-3/+4
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-291-4/+4
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-10-011-0/+7
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-10-011-1/+1
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-232-0/+12
* perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-08-261-1/+1
* perf: Make perf able to build with latest libbfdChangbin Du2020-07-311-1/+15
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2020-07-313-4/+4
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2020-07-311-5/+12
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-07-311-6/+15
* perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao2020-07-221-2/+4
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-204-0/+20
* perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-04-021-1/+1
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-021-3/+8
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-01-231-22/+10
* perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita2020-01-231-2/+2
* perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson2020-01-041-1/+0
* perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo2020-01-041-1/+1
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2020-01-042-1/+26
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2020-01-041-6/+13
* perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2020-01-041-0/+7
* perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2020-01-041-1/+9
* perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu2020-01-041-1/+16
* perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2020-01-041-0/+20
* perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2020-01-041-1/+1
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2020-01-041-1/+1
* perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2020-01-041-2/+2
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2020-01-041-1/+1
* perf probe: Walk function lines in lexical blocksMasami Hiramatsu2020-01-041-5/+9
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2020-01-041-2/+2
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2020-01-041-1/+5
* perf tools: Fix time sortingJiri Olsa2019-11-121-1/+1
* perf map: Fix overlapped map handlingSteve MacLean2019-11-061-0/+3
* perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean2019-10-171-3/+3
* perf llvm: Don't access out-of-scope arrayIan Rogers2019-10-171-3/+3
* perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2019-10-172-0/+18
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-171-1/+1
* perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo2019-08-251-1/+1
* perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver2019-08-251-0/+7
* perf record: Fix module size on s390Thomas Richter2019-08-252-2/+3
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-251-1/+11
* perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter2019-08-254-10/+19
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-08-041-1/+1
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-08-041-1/+7