Explains how to use the kernel trace tool API to request data notification.
Trace data is written to kernel side chunks. The kernel trace tool API can request notification that data has been written and requires further processing.
This document is intended for application developers writing a trace tool using the kernel trace tool component.
Requesting data notification is a short task which is performed in combination with related tasks as explained in Kernel Trace Tool Tutorial.
The Following tasks will be covered in this tutorial:
These are the function calls required to
Call the RequestData() function of the RBTrace object. This function has two arguments:
a TRequestStatus object which takes the value KErrNone when data becomes available, and
a TInt specifying the minimum number of bytes to return.
The TRequestStatus object is intended for use in the test statement of a loop in which the function call is embedded.
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.