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