Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of Developer/Projects/Open/TraceTool


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

Legend:

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

    v2 v3  
    3838                 rtems_task_variable_add, rtems_task_variable_get
    3939                 rtems_task_variable_delete
     40
    4041        I think you got the point. :)
    4142
     
    5152# This is a comment.
    5253# Sample configuration file
    53 
    54 
    5554# Include section
    5655include "rtems_trace_classic.cfg"
    57 
    5856include "rtems_trace_posix.cfg"
    59 
    6057
    6158# The user can specify just some functions specific to an API to trace
     
    6461rtems-functions: rtems_task_create, rtems_task_delete
    6562
    66 
    6763# Specify a manager from an API.
    6864# API_name-manager_name
    6965rtems-api: classic-task, classic-interrupt, classic-clock, classic-timer, classic-semaphore,
    70                  classic-message
    71 , classic-event, classic-signal, classic-io, classic-init,
    72 
     66                 classic-message, classic-event, classic-signal, classic-io, classic-init,
    7367                 posix-mutex, posix-semaphore, posix-clock, posix-timer, posix-condvar,
    74 
    7568                 posix-scheduler, posix-message
    7669
    7770# Specify a path
    78 
    7971# The path to the symbols files.
    80 
    8172rtems-symbols-path: /home/cocan/Faculta/RTEMS/gsoc_2009/branch-rtems-trace/rtems-trace/bin/rtems-trace/symbols/librtems/
    8273