Files
linux-apfs/tools/perf/scripts/python/bin/sctop-record
T

4 lines
111 B
Bash
Raw Normal View History

#!/bin/bash
(perf record -e raw_syscalls:sys_enter $@ || \
perf record -e syscalls:sys_enter $@) 2> /dev/null