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