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