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