diff -r aa2539c91954 -r 1c2bb2fc7c87 perfsrv/piprofiler/plugins/GeneralsPlugin/inc/IttEventHandler.h --- a/perfsrv/piprofiler/plugins/GeneralsPlugin/inc/IttEventHandler.h Fri Oct 08 14:56:39 2010 +0300 +++ b/perfsrv/piprofiler/plugins/GeneralsPlugin/inc/IttEventHandler.h Tue Oct 26 16:20:32 2010 +0300 @@ -41,6 +41,7 @@ TBool Tracking() {return iTracking;} TBool SampleNeeded(); + void SampleHandled(); private: static TUint EventHandler(TKernelEvent aEvent, TAny* a1, TAny* a2, TAny* aThis); @@ -55,11 +56,12 @@ TBool iTracking; DProfilerSampleBuffer* iSampleBuffer; - TUint32 iCount; - + //TUint32 iCount; + //TUint32 iPreviousCount; TUint8 iSample[KITTBufferSize]; TPtr8 iSampleDescriptor; TProfilerGppSamplerData* gppSamplerData; + TBool iSampleAvailable; }; #endif //__PI_ITT_EVENT_HANDLER__