summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson1-1/+0
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 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 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 probe: Fix to find range-only function instanceMasami Hiramatsu1-1/+5
2019-11-12perf tools: Fix time sortingJiri Olsa1-1/+1
2019-11-06perf map: Fix overlapped map handlingSteve MacLean1-0/+3
2019-10-17perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean1-3/+3
2019-10-17perf llvm: Don't access out-of-scope arrayIan Rogers1-3/+3
2019-10-11perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2-0/+18
2019-10-11perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa1-1/+1
2019-10-05libperf: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA1-1/+2
2019-10-05perf record: Support aarch64 random socket_id assignmentTan Xiaojun1-1/+3
2019-08-29perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe1-1/+4
2019-08-25perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo1-1/+1
2019-08-25perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver1-0/+7
2019-08-16perf tools: Fix proper buffer size for feature processingJiri Olsa1-1/+1
2019-08-16perf record: Fix module size on s390Thomas Richter2-2/+3
2019-08-16perf db-export: Fix thread__exec_comm()Adrian Hunter1-1/+11
2019-08-16perf annotate: Fix s390 gap between kernel end and module startThomas Richter2-1/+7
2019-07-31perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan1-4/+2
2019-07-31perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan1-0/+3
2019-07-31perf stat: Make metric event lookup more robustAndi Kleen1-2/+3
2019-07-31perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer1-1/+1
2019-07-31perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo1-1/+7
2019-07-03perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-06-22perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden1-1/+1
2019-06-22perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo1-0/+3
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter1-1/+4
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter1-3/+10
2019-05-25perf intel-pt: Fix instructions sampling rateAdrian Hunter1-3/+10
2019-04-20perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo1-0/+1
2019-04-20perf hist: Add missing map__put() in error caseChangbin Du1-1/+3
2019-04-20perf build-id: Fix memory leak in print_sdt_events()Changbin Du2-0/+2
2019-04-20perf config: Fix a memory leak in collect_config()Changbin Du1-2/+1
2019-04-20perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du1-0/+1
2019-04-03perf intel-pt: Fix TSC slipAdrian Hunter1-12/+8