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