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