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