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