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