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