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