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