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