Changes between Version 59 and Version 60 of Developer/Projects/Open/TraceTool


Ignore:
Timestamp:
08/11/09 20:03:05 (15 years ago)
Author:
Cocanlucian
Comment:

/* Main configuration file – default: rtems-trace.cfg */

Legend:

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

    v59 v60  
    110110                    rtems_task_variable_add, rtems_task_variable_get
    111111                    rtems_task_variable_delete
     112
     113   5. rtems-api: ''list of comma separated API names''
     114This section should contain a list of comma separated API names. This is also to help the user to specify more easily hole sets of functions.
     115Example: If the user wants to trace all the functions from the Classic API then he could do this:
     116
     117    rtems-api:classic
     118
     119Rather than doing this:
     120
     121    rtems-managers:classic-task, classic-interrupt, classic-clock, classic-timer,
     122                   classic-semaphore, classic-message, classic-event, classic-signal,
     123                   classic-io, classic-init
    112124
    113125   4. rtems-libraries: ''list of comma separated library names''
     
    138150   # The path to the symbols files.
    139151   '''rtems-symbols-path''': /home/cocan/Faculta/RTEMS/gsoc_2009/branch-rtems-trace/rtems-trace/bin/rtems-trace/symbols/librtems/
    140 
    141152= API configuration file =
    142153