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