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