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