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