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