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