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