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