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