#!/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 nux-6.18.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/strparser
AgeCommit message (Expand)Author
2025-11-07strparser: Fix signed/unsigned mismatch bugNate Karstens
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet
2025-05-05strparser: Remove unused __strp_unpauseDr. David Alan Gilbert
2025-01-29strparser: Add read_sock callbackJiayuan Chen