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