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