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