summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter2019-12-131-1/+1
* perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteAdrian Hunter2019-12-131-2/+8
* perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-12-042-4/+13
* perf map: Use zalloc for map_groupsJohn Keeping2019-11-121-1/+1
* 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 tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2019-11-102-3/+7
* perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-11-061-1/+1
* perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-11-062-4/+17
* perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-11-061-2/+2
* perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-11-066-8/+20
* 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 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 probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu2019-10-111-0/+1
* perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-10-111-1/+1
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-111-1/+1
* perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) workArnaldo Carvalho de Melo2019-10-051-0/+9
* perf script: Fix memory leaks in list_scripts()Gustavo A. R. Silva2019-10-051-2/+4
* perf report: Fix --ns time sort key outputAndi Kleen2019-10-051-1/+4
* 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 unwind: Fix libunwind when tid != pidJohn Keeping2019-10-057-47/+48
* 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 tools: Fix paths in include statementsLuke Mujica2019-10-054-8/+8
* perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-08-081-0/+1
* perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-083-1/+24
* perf record: Fix module size on s390Thomas Richter2019-08-083-3/+16
* perf tools: Fix include paths in ui directoryIan Rogers2019-08-082-5/+6
* perf tools: Fix a typo in a variable name in the Documentation MakefileMasanari Iida2019-08-081-1/+1
* perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-081-1/+4
* perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe2019-08-081-1/+1
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-081-1/+11
* perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo2019-08-081-1/+1
* perf bench numa: Fix cpu0 bindingJiri Olsa2019-08-011-2/+4
* perf tools: Fix perf.data documentation units for memory sizeVince Weaver2019-07-291-1/+1
* perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo2019-07-291-1/+1