summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2019-10-113-0/+21
* 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
* tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-10-111-2/+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
* tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)2019-10-111-2/+2
* libtraceevent: Change users plugin directoryTzvetomir Stoyanov2019-10-052-4/+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 test vfs_getname: Disable ~/.perfconfig to get default outputArnaldo Carvalho de Melo2019-10-051-0/+4
* objtool: Clobber user CFLAGS variableJosh Poimboeuf2019-10-051-1/+1
* objtool: Query pkg-config for libelf locationRolf Eike Beer2019-10-051-2/+5
* tools/power turbostat: fix buffer overrunNaoya Horiguchi2019-09-211-1/+1
* tools/power x86_energy_perf_policy: Fix argument parsingZephaniah E. Loss-Cutler-Hull2019-09-211-1/+1
* tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2Ben Hutchings2019-09-211-11/+15
* Tools: hv: kvp: eliminate 'may be used uninitialized' warningVitaly Kuznetsov2019-09-101-1/+1
* tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu2019-09-062-0/+4
* Revert "perf test 6: Fix missing kvm module load for s390"Sasha Levin2019-08-291-27/+0
* selftests: kvm: Adding config fragmentsNaresh Kamboju2019-08-291-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
* objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-08-091-0/+1
* objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf2019-08-091-0/+1
* objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf2019-08-061-1/+1
* 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 test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-311-1/+1
* iio: iio-utils: Fix possible incorrect mask calculationBastien Nocera2019-07-311-2/+2
* perf stat: Make metric event lookup more robustAndi Kleen2019-07-311-2/+3
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-07-312-2/+2
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-07-311-1/+7
* perf test 6: Fix missing kvm module load for s390Thomas Richter2019-07-311-0/+27
* perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-07-311-4/+123
* cpupower : frequency-set -r option misses the last cpu in related cpu listAbhishek Goel2019-07-311-0/+2
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2019-07-031-1/+1
* objtool: Support per-function rodata sectionsAllan Xavier2019-06-254-9/+37
* perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-06-221-3/+6