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