#!/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 c?h=linux-6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/core/utils.c
AgeCommit message (Expand)Author
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko
2013-03-27net: core: let's use native isxdigit instead of customAndy Shevchenko