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