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