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