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