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