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