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