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