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