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