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