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