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