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