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