summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2019-10-17perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean
2019-10-17perf llvm: Don't access out-of-scope arrayIan Rogers
2019-10-11perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju
2019-10-11perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa
2019-10-11perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo
2019-10-11perf build: Add detection of java-11-openjdk-devel packageThomas Richter
2019-10-11perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju
2019-10-05perf trace beauty ioctl: Fix off-by-one error in cmd->string tableBenjamin Peterson
2019-10-05libperf: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA
2019-10-05perf record: Support aarch64 random socket_id assignmentTan Xiaojun
2019-10-05perf test vfs_getname: Disable ~/.perfconfig to get default outputArnaldo Carvalho de Melo
2019-10-05perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfigArnaldo Carvalho de Melo
2019-08-29perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao
2019-08-29perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe
2019-08-29perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe
2019-08-29perf bench numa: Fix cpu0 bindingJiri Olsa
2019-08-25perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo
2019-08-25perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver
2019-08-16perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo
2019-08-16perf tools: Fix proper buffer size for feature processingJiri Olsa
2019-08-16perf record: Fix module size on s390Thomas Richter
2019-08-16perf db-export: Fix thread__exec_comm()Adrian Hunter
2019-08-16perf annotate: Fix s390 gap between kernel end and module startThomas Richter
2019-08-06perf version: Fix segfault due to missing OPT_END()Ravi Bangoria
2019-07-31perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan
2019-07-31perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan
2019-07-31perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan
2019-07-31perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan
2019-07-31perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan
2019-07-31perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo
2019-07-26perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek
2019-07-26perf stat: Fix group lookup for metric groupAndi Kleen
2019-07-26perf stat: Make metric event lookup more robustAndi Kleen
2019-07-26perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer
2019-07-26perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo
2019-07-26perf report: Fix OOM error in TUI mode on s390Thomas Richter
2019-07-26perf test 6: Fix missing kvm module load for s390Thomas Richter
2019-07-26perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier
2019-07-26perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa
2019-07-26perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo
2019-07-14perf pmu: Fix uncore PMU alias list for ARM64John Garry
2019-07-03perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-07-03perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo
2019-07-03perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo
2019-06-22perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter
2019-06-22perf namespace: Protect reading thread's namespaceNamhyung Kim
2019-06-22perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden
2019-05-25perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter