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