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