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