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