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