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