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