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