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