#!/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 >
summaryrefslogtreecommitdiff
path: root/Documentation/extcon
a2e8973b80cd6bf8'>root/kernel/sys_ni.c
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds