xref: /OK3568_Linux_fs/kernel/tools/perf/scripts/python/bin/powerpc-hcalls-record (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/bash
2perf record -e "{powerpc:hcall_entry,powerpc:hcall_exit}" $@
3