aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-record (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini1-0/+8
effectively: timeout = jiffies + 1; if (jiffies >= timeout) print warning; From the above it should be obvious that if jiffies ticks in just the wrong place then we'll have an effective timeout of 0. Fix this by effectively changing the above ">=" to a ">". That gives us an extra jiffy to finish. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org> 2014-08-16Linux 3.17-rc1v3.17-rc1Linus Torvalds1-2/+2 2014-08-16platform/x86: Enable build support for toshiba_hapsAzael Avalos2-0/+20 Makefile and Kconfig build support patch for the newly introduced kernel module toshiba_haps. Signed-off-by: Azael Avalos <coproscefalo@gmail.com> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com> 2014-08-16Documentation: Add file about toshiba_haps moduleAzael Avalos2-0/+78 This patch provides information about the Toshiba HDD Active Protection Sensor driver module toshiba_haps. Signed-off-by: Azael Avalos <coproscefalo@gmail.com> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>