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