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
where relevantMike Rapoport 2019-02-19checksyscalls: fix up mq_timedreceive and stat exceptionsArnd Bergmann 2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann 2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov 2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann 2018-12-10parisc: syscalls: ignore nfsservctl for other architecturesFiroz Khan 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-06-10kbuild: speed up checksyscalls.shArnd Bergmann 2017-03-24x86/syscalls/32: Ignore arch_prctl for other architecturesArnd Bergmann