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