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