Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <utilities.h>
Link against: systemmonitor.lib
This item is not part of the S60 5th Edition SDK

GetChunkL(RChunk *,CSystemMonitorError *,TBool *,TInt)

Interface status: test

IMPORT_C void GetChunkL(RChunk *aChunk, CSystemMonitorError *aSystemMonitorError, TBool *aCreatedChunk, TInt aBufferSize);

Description

GetChunkL: Used by the InstrumentationHandler and the SystemMonitor to get a pointer to the global chunk. If it does not exist it is created.

Parameters

RChunkRChunk *aChunk

CSystemMonitorErrorCSystemMonitorError *aSystemMonitorError

TBoolTBool *aCreatedChunk

TIntTInt aBufferSize

Leave codes

KErrNoMemory

[Top]


InitialiseChunkL(CConfiguration *,CGlobalEventLogVars **,TInstrumentationEventInformation **,unsigned char *,TInt *)

Interface status: test

IMPORT_C void InitialiseChunkL(CConfiguration *aConfiguration, CGlobalEventLogVars **aGlobalEventLogVars, TInstrumentationEventInformation **aRecordsStart, unsigned char *aEndAddress, TInt *aRecordBufferSize);

Description

InitialiseChunkL: Initialises the shared global memory. to store instrumentation record information.

Parameters

CConfigurationCConfiguration *aConfiguration

CGlobalEventLogVarsCGlobalEventLogVars **aGlobalEventLogVars

TInstrumentationEventInformationTInstrumentationEventInformation **aRecordsStart

unsigned char *aEndAddress

TIntTInt *aRecordBufferSize

Leave codes

KErrNoMemory