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