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