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