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