summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-record
blob: 74685f318379ae597986f4b768f55edd2a07e125 (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_exit $@ || \
 perf record -e syscalls:sys_exit $@) 2> /dev/null
/commit/ipc/namespace.c?h=linux-5.1.y&id=b4188def441197d38f20e0935372780ed7c0e19d'>ipcns: make free_ipc_ns() staticAlexey Dobriyan 2009-06-18ipcns: extract create_ipc_ns()Alexey Dobriyan 2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan 2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn 2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn 2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey 2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey 2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey 2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer 2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer 2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov