3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
perf record -c 1 -f -a -M -R -e raw_syscalls:sys_exit
|