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