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