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