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