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