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