Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / perf / scripts / perl / bin / failed-syscalls-record
blob74685f318379ae597986f4b768f55edd2a07e125
1 #!/bin/bash
2 (perf record -e raw_syscalls:sys_exit $@ || \
3 perf record -e syscalls:sys_exit $@) 2> /dev/null