summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix time sortingJiri Olsa2019-11-121-1/+1
* perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-11-101-0/+1
* perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-11-101-5/+9
* perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-11-061-2/+2
* perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-11-061-1/+1
* 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 tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo2019-11-064-9/+13
* perf jevents: Fix period for Intel fixed countersAndi Kleen2019-11-061-6/+6
* perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen2019-11-061-1/+5
* perf map: Fix overlapped map handlingSteve MacLean2019-11-061-0/+3
* perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers2019-11-061-2/+1
* 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-113-0/+21
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-111-1/+1
* perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo2019-10-111-1/+1
* perf build: Add detection of java-11-openjdk-devel packageThomas Richter2019-10-111-1/+1
* perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-10-111-1/+1
* perf trace beauty ioctl: Fix off-by-one error in cmd->string tableBenjamin Peterson2019-10-051-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 test vfs_getname: Disable ~/.perfconfig to get default outputArnaldo Carvalho de Melo2019-10-051-0/+4
* perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfigArnaldo Carvalho de Melo2019-10-051-0/+3
* perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-08-291-0/+1
* perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-291-1/+4
* perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe2019-08-291-1/+1
* perf bench numa: Fix cpu0 bindingJiri Olsa2019-08-291-2/+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 probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo2019-08-161-0/+10
* perf tools: Fix proper buffer size for feature processingJiri Olsa2019-08-161-1/+1
* perf record: Fix module size on s390Thomas Richter2019-08-163-3/+16
* 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-163-1/+24
* perf version: Fix segfault due to missing OPT_END()Ravi Bangoria2019-08-061-0/+1
* perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan2019-07-311-4/+11
* 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 top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-311-2/+6
* perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan2019-07-311-1/+1
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-311-1/+1
* perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek2019-07-261-1/+1
* 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-262-2/+2
* 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 test 6: Fix missing kvm module load for s390Thomas Richter2019-07-261-0/+27
* perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-07-261-4/+123