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