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