#!/bin/bash # description: system-wide failed syscalls, by pid # 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/failed-syscalls-by-pid.py $comm ink rel='vcs-git' href='https://universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/handshake
AgeCommit message (Expand)Author
2025-07-08net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'Hannes Reinecke
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-08-27net/handshake: use sockfd_put() helperA K M Fazla Mehrab