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