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