summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-report
blob: 0f0e9d453bb48a606b3c6522a104bd16499fede8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# description: system-wide syscall counts
# args: [comm]
if [ $# -gt 0 ] ; then
    if ! expr match "$1" "-" > /dev/null ; then
	comm=$1
	shift
    fi
fi
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
td>phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function.NeilBrown 2015-06-01phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback.NeilBrown 2015-06-01phy: twl4030-usb: make runtime pm more reliable.NeilBrown 2015-03-13phy: twl4030-usb: Remove redundant assignment for twl->linkstatAxel Lin 2014-11-27Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman 2014-11-22phy: remove the old lookup methodHeikki Krogerus 2014-11-22phy: twl4030: use the new lookup methodHeikki Krogerus 2014-11-10phy: twl4030: Fix build breakageFelipe Balbi 2014-09-24phy: remove .owner field for drivers using module_platform_driverPeter Griffin 2014-09-24usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the dataTony Lindgren 2014-09-24usb: phy: twl4030-usb: Remove asleep and rely on runtime PMTony Lindgren 2014-09-24usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM callsTony Lindgren 2014-09-24usb: phy: twl4030-usb: Simplify phy init to use runtime PMTony Lindgren 2014-09-24usb: phy: twl4030-usb: Remove unused irq_enabledTony Lindgren 2014-08-24usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes downTony Lindgren 2014-08-24usb: phy: twl4030-usb: Fix regressions to runtime PM on omapsTony Lindgren 2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I 2014-03-02usb: phy: twl4030-usb: Remove redundant semicolonSachin Kamat 2014-03-02usb: phy: twl4030-usb: Silence checkpatch warningsSachin Kamat 2014-02-18phy: let phy_provider_register be the last step in registering PHYKishon Vijay Abraham I 2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman 2013-09-27usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* opsKishon Vijay Abraham I 2013-09-27usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I