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