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