3 lines
73 B
Bash
3 lines
73 B
Bash
#!/bin/bash
|
|
perf record -e "{powerpc:hcall_entry,powerpc:hcall_exit}" $@
|
#!/bin/bash
|
|
perf record -e "{powerpc:hcall_entry,powerpc:hcall_exit}" $@
|