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