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