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