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