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