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