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