Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #include <d32btrace.h>
25 volatile TInt iRequestDataSize;
26 TUint8* iRecordOffsets;
29 volatile TDfc* iWaitingDfc;
30 BTrace::THandler iOldBTraceHandler;
31 BTrace::TControlFunction iOldBTraceControl;
32 TBool iTimestamp2Enabled;
35 TInt Create(TInt aSize);
37 void Reset(TUint aMode);
38 TInt RequestData(TInt aSize, TDfc* aDfc);
39 static TBool Trace(TUint32 aHeader,TUint32 aHeader2,const TUint32 aContext,const TUint32 a1,const TUint32 a2,const TUint32 a3,const TUint32 aExtra,const TUint32 aPc);
40 static TBool TraceWithTimestamp2(TUint32 aHeader,TUint32 aHeader2,const TUint32 aContext,const TUint32 a1,const TUint32 a2,const TUint32 a3,const TUint32 aExtra,const TUint32 aPc);
41 static TInt ControlFunction(BTrace::TControl aFunction, TAny* aArg1, TAny* aArg2);
42 void CrashRead(TUint8*& aData, TUint& aSize);
44 static TBool Trace_Impl(TUint32 aHeader,TUint32 aHeader2,const TUint32 aContext,const TUint32 a1,const TUint32 a2,const TUint32 a3,const TUint32 aExtra, const TUint32 aPc, const TBool aIncTimestamp2);
47 extern TBTraceBufferK Buffer;
50 If this macro is defined a timestamp is added to each fast-trace record; if supported by the platform.
52 #define BTRACE_INCLUDE_TIMESTAMPS
56 #define BTRACE_DRIVER_MACHINE_CODED