perfsrv/memspy/Driver/Kernel/Source/SubChannels/MemSpyDriverLogChanChunks.cpp
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
   111         return r;
   111         return r;
   112         }
   112         }
   113 
   113 
   114 	const TInt maxCount = params.iMaxCount;
   114 	const TInt maxCount = params.iMaxCount;
   115 	TRACE( Kern::Printf("DMemSpyDriverLogChanChunks::GetChunkHandles() - START - id: %d,  maxCount: %d, type: %d", params.iId, maxCount, params.iType));
   115 	TRACE( Kern::Printf("DMemSpyDriverLogChanChunks::GetChunkHandles() - START - id: %d,  maxCount: %d, type: %d", params.iId, maxCount, params.iType));
   116 
   116     
   117     DMemSpyDriverOSAdaptionDChunk& chunkAdaption = OSAdaption().DChunk();
       
   118     DMemSpyDriverOSAdaptionDThread& threadAdaption = OSAdaption().DThread();
   117     DMemSpyDriverOSAdaptionDThread& threadAdaption = OSAdaption().DThread();
   119     DMemSpyDriverOSAdaptionDProcess& processAdaption = OSAdaption().DProcess();
   118     DMemSpyDriverOSAdaptionDProcess& processAdaption = OSAdaption().DProcess();
   120 
   119 
   121 
   120 
   122     // This variable holds the number of handles that we have already
   121     // This variable holds the number of handles that we have already