summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
t; with <linux/uaccess.h> globallyLinus Torvalds 2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds 2016-11-29char/pcmcia: add some error checking in scr24x_read()Dan Carpenter 2016-11-16scr24x_cs: include linux/io.hArnd Bergmann 2016-11-10char/pcmcia: add scr24x_cs chip card interface driverLubomir Rintel 2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab 2016-10-20net: use core MTU range checking in WAN driversJarod Wilson 2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal 2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley 2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley 2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley 2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley 2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley 2016-01-28tty: Use termios c_*flag macrosPeter Hurley 2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley 2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2015-06-01char:pcmcia:synclink_cs - Do not initialise statics to 0.Shailendra Verma 2015-05-30pcmcia: Convert dev_printk to dev_<level>Joe Perches 2014-07-10char: synclink: Remove WARN_ON for bad port countPeter Hurley 2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley 2014-04-16tty: Fix help text of SYNCLINK_CSJean Delvare 2014-01-07tty: synclink: avoid sleep_on raceArnd Bergmann 2013-07-26pcmcia: synclink_cs: replace sum of bitmasks with OR operation.Alexandru Juncu 2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell