Linux-6.18.2/tools/perf/scripts/python/bin/sctop-record
2025-12-23 20:06:59 +08:00

4 lines
111 B
Bash

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