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