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