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