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