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