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