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