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