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