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