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