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