aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-17/+15
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-37/+38
2014-07-16Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 3-17/+15
2014-07-07Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Gravatar Linus Torvalds 2-2/+26
2014-07-07tools/liblockdep: Account for bitfield changes in lockdeps lock_acquireGravatar S. Lockwood-Childs 3-14/+14
2014-07-07tools/liblockdep: Remove debug print left over from developmentGravatar Sasha Levin 1-2/+0
2014-07-07tools/liblockdep: Fix comparison of a boolean value with a value of 2Gravatar zhangdianfang 1-1/+1
2014-07-03Merge tag 'usb-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+2
2014-07-03tools/testing/selftests/ipc/msgque.c: improve error handling when not running...Gravatar Shuah Khan 1-0/+5
2014-07-03tools: memory-hotplug fix unexpected operator errorGravatar Shuah Khan 1-1/+1
2014-07-03tools: cpu-hotplug fix unexpected operator errorGravatar Shuah Khan 1-1/+1
2014-07-01tmon: set umask to a reasonable valueGravatar Neil Horman 1-1/+1
2014-07-01tmon: Check log file for common secuirty issuesGravatar Neil Horman 1-0/+24
2014-06-30Merge tag 'fixes-for-v3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 2-25/+5
2014-07-01tools/thermal: tmon: fix compilation errors when building staticallyGravatar Javi Merino 1-1/+1
2014-06-30tools: ffs-test: fix header values endianessGravatar Michal Nazarewicz 1-2/+2
2014-06-27Revert "tools: ffs-test: convert to new descriptor format fixing compilation ...Gravatar Felipe Balbi 2-23/+3
2014-06-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 2-4/+12
2014-06-24Merge tag 'fixes-for-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 2-3/+23
2014-06-24selftests/powerpc: Use the test harness for the TM DSCR testGravatar Michael Ellerman 2-4/+12
2014-06-20perf symbols: Get kernel start address by symbol nameGravatar Simon Que 1-32/+22
2014-06-20perf tools: Fix segfault in cumulative.callchain reportGravatar Jiri Olsa 1-5/+16
2014-06-19tools: ffs-test: convert to new descriptor format fixing compilation errorGravatar Michal Nazarewicz 2-3/+23
2014-06-14Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesGravatar Ingo Molnar 37-119/+1208
2014-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 41-46/+4083
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 34-388/+1903
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-13/+27
2014-06-12perf tests: Add test for closing dso objects on EMFILE errorGravatar Jiri Olsa 3-0/+78
2014-06-12perf tests: Add test for caching dso file descriptorsGravatar Jiri Olsa 3-4/+138
2014-06-12perf tests: Allow reuse of test_file functionGravatar Jiri Olsa 1-1/+5
2014-06-12perf tests: Spawn child for each testGravatar Jiri Olsa 1-1/+31
2014-06-12perf tools: Add dso__data_* interface descriptonsGravatar Jiri Olsa 2-0/+97
2014-06-12perf tools: Allow to close dso fd in case of open failureGravatar Jiri Olsa 1-1/+22
2014-06-12perf tools: Add file size check and factor dso__data_read_offsetGravatar Jiri Olsa 2-15/+50
2014-06-12perf tools: Cache dso data file descriptorGravatar Jiri Olsa 2-4/+59
2014-06-12perf tools: Add global count of opened dso objectsGravatar Jiri Olsa 1-1/+7
2014-06-12perf tools: Add global list of opened dso objectsGravatar Jiri Olsa 2-2/+40
2014-06-12perf tools: Add data_fd into dso objectGravatar Jiri Olsa 3-6/+24
2014-06-12perf tools: Separate dso data related variablesGravatar Jiri Olsa 2-5/+10
2014-06-12perf tools: Cache register accesses for unwind processingGravatar Jiri Olsa 3-2/+17
2014-06-12perf record: Fix to honor user freq/interval properlyGravatar Namhyung Kim 1-2/+2
2014-06-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 6-44/+57
2014-06-11selftests/powerpc: Add tests of PMU EBBsGravatar Michael Ellerman 34-4/+3913
2014-06-11selftests/powerpc: Add support for skipping testsGravatar Michael Ellerman 3-1/+21
2014-06-11selftests/powerpc: Put the test in a separate process groupGravatar Michael Ellerman 1-2/+8
2014-06-11selftests/powerpc: Fix instruction loop for ABIv2 (LE)Gravatar Michael Ellerman 1-38/+35
2014-06-11powerpc: Correct DSCR during TM context switchGravatar Sam bobroff 3-1/+106
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 4-2/+95
2014-06-10perf timechart: Reflow documentationGravatar Stanislav Fomichev 1-21/+20
2014-06-10perf probe: Improve error messages in --line optionGravatar Masami Hiramatsu 1-3/+3