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