Changeset 4dad4b8 in rtems for cpukit/sapi


Ignore:
Timestamp:
03/10/14 13:39:49 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
29c9eb6
Parents:
eafb040
git-author:
Sebastian Huber <sebastian.huber@…> (03/10/14 13:39:49)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/14/14 07:46:49)
Message:

sapi: Add profiling application level support

Location:
cpukit/sapi
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/Makefile.am

    reafb040 r4dad4b8  
    1515include_rtems_HEADERS += include/rtems/mptables.h
    1616include_rtems_HEADERS += include/rtems/cbs.h
     17include_rtems_HEADERS += include/rtems/profiling.h
    1718include_rtems_HEADERS += include/rtems/rbheap.h
    1819include_rtems_HEADERS += include/rtems/rbtree.h
     
    3738libsapi_a_SOURCES += src/delayticks.c
    3839libsapi_a_SOURCES += src/delaynano.c
     40libsapi_a_SOURCES += src/profilingiterate.c
     41libsapi_a_SOURCES += src/profilingreportxml.c
    3942libsapi_a_CPPFLAGS = $(AM_CPPFLAGS)
    4043
  • cpukit/sapi/preinstall.am

    reafb040 r4dad4b8  
    7373PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/cbs.h
    7474
     75$(PROJECT_INCLUDE)/rtems/profiling.h: include/rtems/profiling.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
     76        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/profiling.h
     77PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/profiling.h
     78
    7579$(PROJECT_INCLUDE)/rtems/rbheap.h: include/rtems/rbheap.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    7680        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rbheap.h
Note: See TracChangeset for help on using the changeset viewer.