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