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