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