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