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