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