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