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