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