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