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