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