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