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