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