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