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