Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / perf / scripts / python / bin / syscall-counts-by-pid-record
blobd6940841e54fc391fb7b7779d1adaa560f0d2e3a
1 #!/bin/bash
2 (perf record -e raw_syscalls:sys_enter $@ || \
3 perf record -e syscalls:sys_enter $@) 2> /dev/null