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