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