Changes between Version 11 and Version 12 of Developer/Projects/Open/TraceTool


Ignore:
Timestamp:
08/07/09 20:32:57 (15 years ago)
Author:
Cocanlucian
Comment:

Legend:

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

    v11 v12  
    4545
    4646
    47 # This is a comment.
    48 # Sample configuration file
    49 # Include section
    50 '''include''' "rtems_trace_classic.cfg" [[BR]]
    51 '''include''' "rtems_trace_posix.cfg"
     47   # This is a comment.
     48   # Sample configuration file
     49   # Include section
     50   '''include''' "rtems_trace_classic.cfg" [[BR]]
     51   '''include''' "rtems_trace_posix.cfg"
    5252
    53 # The user can specify just some functions specific to an API to trace
    54 # or a hole set of functions specific to a manager from an API.
    55 # Specify some functions.
    56 '''rtems-functions''': rtems_task_create, rtems_task_delete
     53   # The user can specify just some functions specific to an API to trace
     54   # or a hole set of functions specific to a manager from an API.
     55   # Specify some functions.
     56   '''rtems-functions''': rtems_task_create, rtems_task_delete
    5757
    58 # Specify a manager from an API.
    59 # API_name-manager_name
    60 '''rtems-api'''': classic-task, classic-interrupt, classic-clock, classic-timer, classic-semaphore,
    61            classic-message, classic-event, classic-signal, classic-io, classic-init,
    62            posix-mutex, posix-semaphore, posix-clock, posix-timer, posix-condvar,
    63            posix-scheduler, posix-message
     58   # Specify a manager from an API.
     59   # API_name-manager_name
     60   '''rtems-api'''': classic-task, classic-interrupt, classic-clock, classic-timer, classic-semaphore,
     61                     classic-message, classic-event, classic-signal, classic-io, classic-init,
     62                     posix-mutex, posix-semaphore, posix-clock, posix-timer, posix-condvar,
     63                     posix-scheduler, posix-message
    6464
    65 # Specify a path
    66 # The path to the symbols files.
    67 '''rtems-symbols-path''': /home/cocan/Faculta/RTEMS/gsoc_2009/branch-rtems-trace/rtems-trace/bin/rtems-trace/symbols/librtems/
     65   # Specify a path
     66   # The path to the symbols files.
     67   '''rtems-symbols-path''': /home/cocan/Faculta/RTEMS/gsoc_2009/branch-rtems-trace/rtems-trace/bin/rtems-trace/symbols/librtems/
    6868
    6969= API configuration file =