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