summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-11-061-1/+1
* perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo2019-11-061-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-112-0/+18
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-111-1/+1
* libperf: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA2019-10-051-1/+2
* perf record: Support aarch64 random socket_id assignmentTan Xiaojun2019-10-051-1/+3
* perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-291-1/+4
* 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 tools: Fix proper buffer size for feature processingJiri Olsa2019-08-161-1/+1
* perf record: Fix module size on s390Thomas Richter2019-08-162-2/+3
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-161-1/+11
* perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-162-1/+7
* perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-311-4/+2
* perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-311-0/+3
* perf stat: Fix group lookup for metric groupAndi Kleen2019-07-261-12/+35
* perf stat: Make metric event lookup more robustAndi Kleen2019-07-261-2/+3
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-07-261-1/+1
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-07-261-1/+7
* perf report: Fix OOM error in TUI mode on s390Thomas Richter2019-07-261-3/+2
* perf pmu: Fix uncore PMU alias list for ARM64John Garry2019-07-141-16/+12
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf namespace: Protect reading thread's namespaceNamhyung Kim2019-06-221-2/+13
* perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-06-221-1/+1
* perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-05-251-1/+4
* perf intel-pt: Fix improved sample timestampAdrian Hunter2019-05-251-3/+10
* perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-05-251-3/+10
* perf machine: Update kernel map address and re-order properlyWei Li2019-05-041-12/+20
* perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo2019-04-201-0/+1
* perf hist: Add missing map__put() in error caseChangbin Du2019-04-201-1/+3
* perf build-id: Fix memory leak in print_sdt_events()Changbin Du2019-04-202-0/+2
* perf config: Fix a memory leak in collect_config()Changbin Du2019-04-201-2/+1
* perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du2019-04-201-0/+1
* perf script python: Add trace_context extension module to sys.modulesTony Jones2019-04-051-3/+9
* perf script python: Use PyBytes for attr in trace-event-pythonTony Jones2019-04-051-2/+1
* perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-04-051-0/+5
* perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2019-04-052-3/+9
* perf annotate: Fix getting source line failureWei Li2019-04-051-2/+2
* perf intel-pt: Fix TSC slipAdrian Hunter2019-04-031-12/+8
* perf pmu: Fix parser error for uncore event aliasKan Liang2019-04-031-0/+10
* perf probe: Fix getting the kernel mapAdrian Hunter2019-03-271-2/+4
* perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-231-0/+2
* perf intel-pt: Fix overlap calculation for paddingAdrian Hunter2019-03-231-2/+34
* perf auxtrace: Define auxtrace record alignmentAdrian Hunter2019-03-232-2/+5
* perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter2019-03-231-0/+2
* perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter2019-03-231-1/+0
* perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-03-131-1/+8