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