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