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