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