mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
4 lines
111 B
Bash
4 lines
111 B
Bash
#!/bin/bash
|
|
(perf record -e raw_syscalls:sys_enter $@ || \
|
|
perf record -e syscalls:sys_enter $@) 2> /dev/null
|