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