First public contribution.
1 // Copyright (c) 2000-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.
21 typedef unsigned char TraceData;
22 typedef unsigned long PC;
34 const Process* iProcess;
41 virtual void Sample(unsigned aNumber, const Thread& aThread, PC aPc) =0;
42 virtual void Complete(unsigned aTotal, unsigned aActive) =0;
53 void Load(const char* aTraceFile, unsigned aBegin, unsigned aEnd);
54 void Decode(Sampler& aSampler, NonXIP* aNonXIP);