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