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