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