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