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