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