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