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