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