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