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