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