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