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