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