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