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