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