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