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