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