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