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