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