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