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