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