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