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