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