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