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