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