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