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