summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-173-0/+21
* perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-10-171-1/+1
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-171-1/+1
* tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-10-171-2/+1
* libtraceevent: Change users plugin directoryTzvetomir Stoyanov2019-10-052-4/+4
* objtool: Clobber user CFLAGS variableJosh Poimboeuf2019-10-051-1/+1
* tools/power turbostat: fix buffer overrunNaoya Horiguchi2019-09-211-1/+1
* 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-09-061-27/+0
* selftests: kvm: Adding config fragmentsNaresh Kamboju2019-09-061-0/+3
* perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-09-061-0/+1
* perf bench numa: Fix cpu0 bindingJiri Olsa2019-09-061-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-251-0/+10
* perf record: Fix module size on s390Thomas Richter2019-08-253-3/+16
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-251-1/+11
* perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter2019-08-254-10/+19
* objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-08-111-0/+1
* objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf2019-08-111-0/+1
* objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf2019-08-061-1/+1
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-08-041-1/+1
* iio: iio-utils: Fix possible incorrect mask calculationBastien Nocera2019-08-041-2/+2
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-08-042-2/+2
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-08-041-1/+7
* perf test 6: Fix missing kvm module load for s390Thomas Richter2019-08-041-0/+27
* perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-08-041-4/+123
* cpupower : frequency-set -r option misses the last cpu in related cpu listAbhishek Goel2019-08-041-0/+2
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-07-101-1/+1
* perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo2019-07-101-1/+1
* perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2019-07-101-1/+1
* perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-06-221-3/+6
* perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-06-221-1/+1
* selftests: netfilter: missing error check when setting up veth interfaceJeffrin Jose T2019-06-221-1/+5
* selftests/timers: Add missing fflush(stdout) callsKees Cook2019-06-2210-0/+12
* objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf2019-06-221-3/+5
* tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2019-05-313-5/+29
* perf tools: No need to include bitops.h in util.hArnaldo Carvalho de Melo2019-05-311-1/+0
* perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo2019-05-251-0/+4
* objtool: Allow AR to be overridden with HOSTARNathan Chancellor2019-05-251-1/+2
* 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
* objtool: Fix function fallthrough detectionJosh Poimboeuf2019-05-211-1/+2
* selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin2019-05-161-1/+1
* selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal2019-05-162-1/+284
* tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-05-161-1/+1