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