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