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