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