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