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