NTSTATUS __stdcall DefaultEnableMonitoring(
_PMC_COUNTER_TYPE CounterType,
_KPROFILE_SOURCE ProfileSource,
UINT64 *Index){
if( CounterType || ProfileSource )
return -1073741637;
else
return HalpTimerStartProfileInterrupt();
}