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