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