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