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