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