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