xref: /linux/tools/perf/scripts/python/bin/syscall-counts-record (revision 920925f90fa6455f7e8c9db0e215e706cd7dedeb)
1#!/bin/bash
2perf record -c 1 -f -a -M -R -e raw_syscalls:sys_enter
3