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