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