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