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