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