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