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