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