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