class RMemSpyEngineClientInterface : public RSessionBase |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
TInt | EnumerateKernelContainer | ( | TObjectType | aType | ) | [inline] |
List the contents of a specific kernel container. See TObjectType for types.
TObjectType aType |
TInt | EnumerateKernelContainerAll | ( | ) | [inline] |
List the contents of all kernel containers
TInt | PerformOperation | ( | TMemSpyClientServerOp | aOperation | ) | [inline] |
Thread-agnostic request function. Performs the operation in the context of the entire device.
I.e. can only be used for [NT] or [ED] requests.
TMemSpyClientServerOp aOperation |
TInt | PerformOperation | ( | TMemSpyClientServerOp | aOperation, |
TThreadId | aId | |||
) | [inline] |
Thread-specific request functions. Perform the requested operation in the context of the specified thread id, or (possibly partial) thread name.
To perform the operation in the context of the current thread, invoke the function as follows:
PerformOperation( <...>, RThread().Id() );
I.e. can only be used for [TS] requests.
TMemSpyClientServerOp aOperation | |
TThreadId aId |
TInt | PerformOperation | ( | TMemSpyClientServerOp | aOperation, |
const TDesC & | aThreadName | |||
) | [inline] |
TMemSpyClientServerOp aOperation | |
const TDesC & aThreadName |
TInt | SendToBackground | ( | ) | [inline] |
Send MemSpy to the background/bring to foreground
TInt | SwitchOutputModeFile | ( | ) | [inline] |
General functions to switch MemSpy's output mode.
TInt | SystemWideMemoryTrackerCategoriesSet | ( | TInt | aCategories | ) | [inline] |
Configure the system wide memory tracker categories. Change will take effect next time SWMT is started.
TInt aCategories |
TInt | SystemWideMemoryTrackerHeapDumpSet | ( | TBool | aDumpEnabled | ) | [inline] |
Configure the system wide memory tracker for enabling/disabling Heap dumps during SWMT. Change will take effect next time SWMT is started.
TBool aDumpEnabled |
TInt | SystemWideMemoryTrackerThreadFilterSet | ( | const TDesC & | aFilter | ) | [inline] |
Configure the system wide memory tracker for filtering user heaps by thread name. Change will take effect next time SWMT is started.
const TDesC & aFilter |
TInt | SystemWideMemoryTrackerTimerIntervalSet | ( | TInt | aInterval | ) | [inline] |
Configure the system wide memory tracker timer interval (for automatic timer-based polling). Change will take effect next time SWMT is started.
TInt aInterval |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.