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