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