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