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