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