aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds41-46/+4083
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds34-388/+1903
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-13/+27
2014-06-11selftests/powerpc: Add tests of PMU EBBsMichael Ellerman34-4/+3913
2014-06-11selftests/powerpc: Add support for skipping testsMichael Ellerman3-1/+21
2014-06-11selftests/powerpc: Put the test in a separate process groupMichael Ellerman1-2/+8
2014-06-11selftests/powerpc: Fix instruction loop for ABIv2 (LE)Michael Ellerman1-38/+35
2014-06-11powerpc: Correct DSCR during TM context switchSam bobroff3-1/+106
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-2/+95
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds165-2313/+9313
2014-06-06tools/testing/selftests/sysctl: validate sysctl_writes_strictKees Cook5-0/+216
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patchesIngo Molnar4-7/+15
2014-06-06selftests/powerpc: Test the THP bug we fixed in the previous commitMichael Ellerman3-1/+91
2014-06-05perf/documentation: Add description for conditional branch filterAnshuman Khandual1-1/+2
2014-06-05perf/tool: Add conditional branch filter 'cond' to perf recordAnshuman Khandual1-0/+1
2014-06-04tools/vm/page-types.c: catch sigbus if raced with truncateKonstantin Khlebnikov1-3/+32
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into nextLinus Torvalds28-751/+3738
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu1-2/+5
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu1-2/+2
2014-06-03Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki16-175/+456
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki2-2/+2
2014-06-03Merge branch 'acpica'Rafael J. Wysocki12-574/+3280
2014-06-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds114-1438/+4123
2014-06-03perf tools: Fix 'make help' message errorJianyu Zhan2-3/+3
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds11-121/+200
2014-06-03perf record: Fix poll return value propagationJiri Olsa1-1/+5
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa4-40/+68
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa1-13/+0
2014-06-03perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang1-1/+1
2014-06-03perf tools: Allow overriding sysfs and proc finding with env varCody P Schafer1-1/+42
2014-06-03perf tools: Consider header files outside perf directory in tags targetSebastian Andrzej Siewior1-3/+6
2014-06-03perf tools: Add warning when disabling perl scripting support due to missing devel filesArnaldo Carvalho de Melo1-0/+1
2014-06-03perf trace: Warn the user when not availableArnaldo Carvalho de Melo1-2/+6
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb into nextLinus Torvalds6-0/+1004
2014-06-03Merge back earlier cpufreq material.Rafael J. Wysocki2-2/+2
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim5-2/+735
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim5-62/+92
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim1-0/+3
2014-06-01perf ui/gtk: Fix callchain displayNamhyung Kim1-1/+9
2014-06-01perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim1-1/+3
2014-06-01perf tools: Enable --children option by defaultNamhyung Kim1-5/+6
2014-06-01perf top: Add top.children config optionNamhyung Kim1-0/+4
2014-06-01perf top: Add --children optionNamhyung Kim2-1/+14
2014-06-01perf top: Convert to hist_entry_iterNamhyung Kim1-35/+41
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim5-53/+84
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim1-0/+3
2014-06-01perf report: Add report.children config optionNamhyung Kim1-0/+4
2014-06-01perf report: Add --children optionNamhyung Kim2-2/+20
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim2-0/+21
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim4-36/+31