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