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