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