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