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