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
:36 -0700'>2021-06-03net: hdlc_cisco: remove unnecessary out of memory messagePeng Li 2021-06-03net: hdlc_cisco: add some required spacesPeng Li 2021-06-03net: hdlc_cisco: fix the code style issue about "foo* bar"Peng Li 2021-06-03net: hdlc_cisco: remove redundant blank linesPeng Li 2020-09-17drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He 2020-08-31drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He 2020-01-07drivers: net: cisco_hdlc: use __func__ in debug messageChen Zhou 2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner 2017-10-18hdlc: Convert timers to use timer_setup()Kees Cook 2017-09-21drivers: net: cisco_hdlc: use setup_timer() helper.Allen Pais 2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn 2011-06-27generic_hdlc: Update to current logging formsJoe Perches 2010-09-15ipv4: ip_ptr cleanupsEric Dumazet 2010-06-03drivers/net: use __packed annotationEric Dumazet