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