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