summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo2019-06-221-0/+3
* selftests/timers: Add missing fflush(stdout) callsKees Cook2019-06-1910-0/+12
* objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf2019-06-151-3/+5
* libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-05-311-0/+1
* tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-311-0/+2
* 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
* x86/msr-index: Cleanup bit definesThomas Gleixner2019-05-142-2/+2
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-23/+23
* tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2019-04-273-5/+29
* bpf: Fix selftests are changes for CVE 2019-7308Balbir Singh2019-04-201-0/+6
* usbip: fix vhci_hcd controller countingMaciej Żenczykowski2019-04-201-1/+1
* perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du2019-04-201-0/+1
* perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du2019-04-201-1/+4
* perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...Changbin Du2019-04-201-1/+3
* perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo2019-04-201-0/+1
* perf hist: Add missing map__put() in error caseChangbin Du2019-04-201-1/+3
* perf top: Fix error handling in cmd_top()Changbin Du2019-04-201-2/+3
* perf build-id: Fix memory leak in print_sdt_events()Changbin Du2019-04-202-0/+2
* perf config: Fix a memory leak in collect_config()Changbin Du2019-04-201-2/+1
* perf config: Fix an error in the config template documentationChangbin Du2019-04-201-1/+1
* perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du2019-04-201-0/+1
* tools/power turbostat: return the exit status of a commandDavid Arcari2019-04-201-0/+3