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