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