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