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