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