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