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