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