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