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