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