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