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