equal
deleted
inserted
replaced
44 void SetProfilingSampling(TBool aEnabled); |
44 void SetProfilingSampling(TBool aEnabled); |
45 TAny* GetVersion(TInt aVersion); |
45 TAny* GetVersion(TInt aVersion); |
46 void MExtraBtrace_Close(); |
46 void MExtraBtrace_Close(); |
47 |
47 |
48 public: |
48 public: |
|
49 #ifndef __SMP__ |
49 DCpuSampler* iSampler; |
50 DCpuSampler* iSampler; |
|
51 #endif |
50 DExtraBtraceEventHandler* iEventHandler; |
52 DExtraBtraceEventHandler* iEventHandler; |
51 }; |
53 }; |
52 |
54 |
53 |
55 |
54 // This function avoids using WSD in extrabtracek.ldd - something that, again, has proved problematic on certain platforms |
56 // This function avoids using WSD in extrabtracek.ldd - something that, again, has proved problematic on certain platforms |