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