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