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