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