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