Changes between Version 72 and Version 73 of Developer/Projects/Open/TraceTool


Ignore:
Timestamp:
01/26/10 03:16:14 (14 years ago)
Author:
JoelSherrill
Comment:

Merge from Open Projects and add new section on status/open projects

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/TraceTool

    v72 v73  
    22
    33
     4
     5[[TOC(Projects/TraceTool, depth=2)]]
     6
    47RTEMS Trace Tool - trace your application in RTEMS
    58
    6 
     9[wiki:User:ChrisJohns  Chris Johns] is the primary contact on this.
     10
     11Instrument RTEMS so that a timeline visualization tool can be used to "place a scope" on a running RTEMS system.  This project has multiple parts.
     12
     13 *  Addition of trace points to generate log entries
     14 *  Transmission of logged data to host
     15 *  Receipt of logged data on host
     16 *  Decoding of logged data on host
     17 *  GUI Timeline Visualization tool
     18
     19The requirements of the Run-Time tracing is to provide a common means audit an RTEMS application for conformance of input/output parameters and/or timing, or to debug an application. The auditing process typically uses a static configuration the user manages. The debugging process usually targets a standard set of calls such as the RTEMS Classic API and uses dynamic filtering to control what is looked at as the debugging session unfolds.
    720= Introduction =
     21
    822
    923The RTEMS trace tool it's a tool that allows users to integrate tracing into their applications. TBD
    1024= Command line interface =
    1125
    12 The RTEMS Trace Tool can currently work in 4 modes:= Generate mode =
     26The RTEMS Trace Tool can currently work in 4 modes:
     27
     28 *  Generate mode
     29 *  Compile mode
     30 *  Link mode
     31 *  Decode mode
     32= Generate mode =
    1333
    1434
     
    231251
    232252This is it. All the tracing information it's now saved in the ''cwd/decoded.txt'' file.
     253= Open Projects =
     254
     255
     256This has been worked on during the 2008 and 2009 Google Summer of Code. 
     257
     258[wiki:User:ChrisJohns  Chris Johns] needs to merge this code and update this status.  He should be contacted for detailed information on the next logical step.