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