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