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