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