3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
perf record -c 1 -f -a -M -R -e raw_syscalls:sys_enter $@
|