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