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