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