summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-05-12perf stat: Fallback to user only counters when perf_event_paranoid > 1Arnaldo Carvalho de Melo
2016-05-12perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()Arnaldo Carvalho de Melo
2016-05-12perf evsel: Improve EPERM error handling in open_strerror()Arnaldo Carvalho de Melo
2016-05-12tools lib traceevent: Do not reassign parg after collapse_tree()Steven Rostedt
2016-05-12perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo
2016-05-12perf dwarf: Guard !x86_64 definitions under #ifdef else clauseArnaldo Carvalho de Melo
2016-05-12perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2016-05-12perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2016-05-12perf script: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2016-05-12perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim
2016-05-08tools: bpf_jit_disasm: check for klogctl failureColin Ian King
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds
2016-04-23Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-04-19Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li...Ingo Molnar
2016-04-18perf intel-pt: Fix segfault tracing transactionsAdrian Hunter
2016-04-16objtool: Detect falling through to the next functionJosh Poimboeuf
2016-04-15objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf
2016-04-14soreuseport: test mixed v4/v6 socketsCraig Gallek
2016-04-09Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-04-08Merge branches 'pm-core', 'powercap' and 'pm-tools'Rafael J. Wysocki
2016-04-07tools/power turbostat: work around RC6 counter wrapLen Brown
2016-04-07tools/power turbostat: initial KBL supportLen Brown
2016-04-07tools/power turbostat: initial SKX supportLen Brown
2016-04-07tools/power turbostat: decode BXT TSC frequency via CPUIDLen Brown
2016-04-07tools/power turbostat: initial BXT supportLen Brown
2016-04-07tools/power turbostat: print IRTL MSRsLen Brown
2016-04-07tools/power turbostat: SGX state should print only if --debugLen Brown
2016-04-04Merge tag 'linux-kselftest-4.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-30perf jit: genelf makes assumptions about endianAnton Blanchard
2016-03-30perf hists: Fix determination of a callchain node's childlessnessAndres Freund
2016-03-30tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.shSedat Dilek
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo
2016-03-29selftest/seccomp: Fix the seccomp(2) signatureMickaël Salaün
2016-03-29selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNCMickaël Salaün
2016-03-28perf tools: Fix build break on powerpcSukadev Bhattiprolu
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-24perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...Arnaldo Carvalho de Melo
2016-03-24perf tests: Fix tarpkg build test error output redirectionArnaldo Carvalho de Melo
2016-03-24Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo
2016-03-23perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo
2016-03-23perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo
2016-03-23perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo
2016-03-23tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo