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