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