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