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