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