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