| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 52929 | ****** |
| McCabe's Cyclomatic Number | MVG | 12308 | ****** |
| Lines of Comment | COM | 26632 | ******** |
| LOC/COM | L_C | 1.987 | |
| MVG/COM | M_C | 0.462 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2097 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 380 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 0 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
| Information Flow measure ( visible ) | IF4v | 0 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| No module extents have been identified for this module | |||||
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| CEXP_HELP_TAB_BEGIN( rtemsNfs ) declaration libfs/src/nfsclient/src/cexphelp.c:7 | 14 | 0 | 0 | ------ | ------ |
| CPU_usage_Per_thread_handler( Thread_Control * ) definition libmisc/cpuuse/cpuusagereset.c:27 | 7 | 0 | 11 | ------ | ------ |
| Dump_Line( const char *, int ) declaration libmisc/dumpbuf/dumpbuf.c:26definition libmisc/dumpbuf/dumpbuf.c:52 | 25 | 5 | 12 | 2.083 | 0.417 |
| EXIT_SYMBOL( int ) definition libcsupport/src/newlibc_exit.c:138 | 7 | 1 | 10 | ------ | ------ |
| FINI_SYMBOL( void ) declaration libcsupport/src/newlibc_exit.c:135 | 1 | 0 | 28 | ------ | ------ |
| HELP( ... ) declaration libfs/src/nfsclient/src/dirutils.c:354 | 29 | 0 | 0 | ****** | ------ |
| IMFS_Set_handlers( rtems_filesystem_location_info_t * ) definition libfs/src/imfs/imfs_eval.c:34 | 30 | 8 | 11 | 2.727 | 0.727 |
| IMFS_allocate_node( IMFS_jnode_types_t, const char *, mode_t ) definition libfs/src/imfs/imfs_creat.c:104 | 25 | 3 | 15 | 1.667 | ------ |
| IMFS_assert( ... ) declaration libfs/src/imfs/memfile.c:549 | 2 | 1 | 0 | ------ | ------ |
| IMFS_assert( dest ) declaration libfs/src/imfs/memfile.c:551 | 1 | 0 | 0 | ------ | ------ |
| IMFS_assert( the_jnode ) declaration libfs/src/imfs/memfile.c:548 | 1 | 0 | 3 | ------ | ------ |
| IMFS_check_node_remove( IMFS_jnode_t * ) definition libfs/src/imfs/imfs_rmnod.c:41 | 18 | 7 | 0 | ------ | ****** |
| IMFS_chown( rtems_filesystem_location_info_t *, uid_t, gid_t ) definition libfs/src/imfs/imfs_chown.c:26 | 17 | 3 | 20 | ------ | ------ |
| IMFS_create_node( rtems_filesystem_location_info_t *, IMFS_jnode_types_t, const char *, mode_t, const IMFS_types_union * ) definition libfs/src/imfs/imfs_creat.c:29 | 48 | 15 | 32 | 1.500 | 0.469 |
| IMFS_create_orphan( IMFS_jnode_t * ) definition libfs/src/imfs/imfs_rmnod.c:29 | 9 | 1 | 14 | ------ | ------ |
| IMFS_create_root_node( void ) definition libfs/src/imfs/imfs_creat.c:151 | 9 | 3 | 8 | ------ | ------ |
| IMFS_determine_bytes_per_block( int *, int, int ) definition libfs/src/imfs/imfs_initsupp.c:36 | 21 | 8 | 3 | 7.000 | 2.667 |
| IMFS_dump( void ) definition libfs/src/imfs/imfs_debug.c:141 | 7 | 0 | 9 | ------ | ------ |
| IMFS_dump_directory( IMFS_jnode_t *, int ) definition libfs/src/imfs/imfs_debug.c:101 | 24 | 3 | 7 | 3.429 | ------ |
| IMFS_eval_path( const char *, size_t, int, rtems_filesystem_location_info_t * ) definition libfs/src/imfs/imfs_eval.c:472 | 102 | 32 | 67 | 1.522 | 0.478 |
| IMFS_evaluate_for_make( const char *, rtems_filesystem_location_info_t *, const char ** ) definition libfs/src/imfs/imfs_eval.c:269 | 96 | 34 | 61 | 1.574 | 0.557 |
| IMFS_evaluate_hard_link( rtems_filesystem_location_info_t *, int ) definition libfs/src/imfs/imfs_eval.c:126 | 14 | 2 | 16 | ------ | ------ |
| IMFS_evaluate_link( rtems_filesystem_location_info_t *, int ) definition libfs/src/imfs/imfs_eval.c:216 | 23 | 7 | 16 | 1.437 | 0.437 |
| IMFS_evaluate_permission( rtems_filesystem_location_info_t *, int ) definition libfs/src/imfs/imfs_eval.c:73 | 28 | 6 | 14 | 2.000 | 0.429 |
| IMFS_evaluate_sym_link( rtems_filesystem_location_info_t *, int ) definition libfs/src/imfs/imfs_eval.c:163 | 27 | 2 | 20 | 1.350 | ------ |
| IMFS_fchmod( rtems_filesystem_location_info_t *, mode_t ) definition libfs/src/imfs/imfs_fchmod.c:24 | 16 | 3 | 17 | ------ | ------ |
| IMFS_fdatasync( rtems_libio_t * ) definition libfs/src/imfs/imfs_fdatasync.c:24 | 6 | 1 | 15 | ------ | ------ |
| IMFS_fifo_close( rtems_libio_t * ) definition libfs/src/imfs/imfs_fifo.c:43 | 11 | 0 | 0 | ------ | ------ |
| IMFS_fifo_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/imfs/imfs_fifo.c:89 | 22 | 4 | 0 | ****** | ------ |
| IMFS_fifo_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/imfs/imfs_fifo.c:114 | 9 | 0 | 0 | ------ | ------ |
| IMFS_fifo_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/imfs/imfs_fifo.c:30 | 11 | 0 | 11 | ------ | ------ |
| IMFS_fifo_read( rtems_libio_t *, void *, size_t ) definition libfs/src/imfs/imfs_fifo.c:58 | 12 | 1 | 0 | ------ | ------ |
| IMFS_fifo_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/imfs/imfs_fifo.c:73 | 13 | 1 | 0 | ------ | ------ |
| IMFS_find_match_in_dir( IMFS_jnode_t *, char * ) definition libfs/src/imfs/imfs_getchild.c:27 | 24 | 8 | 7 | 3.429 | 1.143 |
| IMFS_fsunmount( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/imfs/imfs_fsunmount.c:42 | 35 | 11 | 22 | 1.591 | 0.500 |
| IMFS_get_token( const char *, int, char *, int * ) definition libfs/src/imfs/imfs_gtkn.c:27 | 39 | 14 | 27 | 1.444 | 0.519 |
| IMFS_initialize( rtems_filesystem_mount_table_entry_t *, const void * ) definition libfs/src/imfs/imfs_init.c:49 | 13 | 1 | 1 | ------ | ------ |
| IMFS_initialize_support( rtems_filesystem_mount_table_entry_t *, const rtems_filesystem_operations_table *, const rtems_filesystem_file_handlers_r *, const rtems_filesystem_file_handlers_r *, const rtems_filesystem_file_handlers_r * ) definition libfs/src/imfs/imfs_initsupp.c:66 | 33 | 2 | 17 | 1.941 | ------ |
| IMFS_link( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, const char * ) definition libfs/src/imfs/imfs_link.c:27 | 27 | 3 | 37 | 0.730 | ------ |
| IMFS_memfile_maximum_size( void ) definition libfs/src/imfs/imfs_debug.c:156 | 4 | 1 | 7 | ------ | ------ |
| IMFS_memfile_remove( IMFS_jnode_t * ) definition libfs/src/imfs/memfile.c:451 | 43 | 11 | 32 | 1.344 | 0.344 |
| IMFS_memfile_remove_block( IMFS_jnode_t *, int ) declaration libfs/src/imfs/memfile.c:49definition libfs/src/imfs/memfile.c:376 | 18 | 1 | 10 | ------ | ------ |
| IMFS_memfile_write( IMFS_jnode_t *, off_t, const char *, int ) declaration libfs/src/imfs/memfile.c:67 | 6 | 0 | 1 | ------ | ------ |
| IMFS_mknod( const char *, mode_t, dev_t, rtems_filesystem_location_info_t * ) definition libfs/src/imfs/imfs_mknod.c:31 | 29 | 7 | 30 | 0.967 | 0.233 |
| IMFS_mount( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/imfs/imfs_mount.c:31 | 11 | 2 | 25 | ------ | ------ |
| IMFS_node_type( rtems_filesystem_location_info_t * ) definition libfs/src/imfs/imfs_ntype.c:24 | 8 | 1 | 15 | ------ | ------ |
| IMFS_print_jnode( IMFS_jnode_t * ) definition libfs/src/imfs/imfs_debug.c:36 | 45 | 9 | 18 | 2.500 | 0.500 |
| IMFS_readlink( rtems_filesystem_location_info_t *, char *, size_t ) definition libfs/src/imfs/imfs_readlink.c:26 | 14 | 3 | 15 | ------ | ------ |
| IMFS_rename( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, const char * ) definition libfs/src/imfs/imfs_rename.c:26 | 19 | 2 | 21 | ------ | ------ |
| IMFS_rmnod( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/imfs/imfs_rmnod.c:66 | 10 | 1 | 5 | ------ | ------ |
| IMFS_stat( rtems_filesystem_location_info_t *, stat * ) definition libfs/src/imfs/imfs_stat.c:25 | 41 | 7 | 17 | 2.412 | 0.412 |
| IMFS_symlink( rtems_filesystem_location_info_t *, const char *, const char * ) definition libfs/src/imfs/imfs_symlink.c:29 | 28 | 3 | 31 | 0.903 | ------ |
| IMFS_unlink( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/imfs/imfs_unlink.c:27 | 30 | 6 | 30 | 1.000 | 0.200 |
| IMFS_unmount( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/imfs/imfs_unmount.c:32 | 13 | 3 | 30 | ------ | ------ |
| IMFS_utime( rtems_filesystem_location_info_t *, time_t, time_t ) definition libfs/src/imfs/imfs_utime.c:27 | 13 | 1 | 17 | ------ | ------ |
| INIT_NAME( void ) declaration score/src/threadhandler.c:44 | 1 | 0 | 12 | ------ | ------ |
| MD4Final( char *, MD4_CTX * ) definition libmd/md4.c:282 | 15 | 2 | 0 | ------ | ------ |
| MD4Init( MD4_CTX * ) definition libmd/md4.c:106 | 11 | 1 | 0 | ------ | ------ |
| MD4Print( MD4_CTX * ) definition libmd/md4.c:92 | 8 | 2 | 0 | ------ | ------ |
| MD4Update( MD4_CTX *, char *, int ) definition libmd/md4.c:212 | 51 | 15 | 15 | 3.400 | 1.000 |
| MD5Final( ... ) definition libmd/md5.c:149 | 30 | 3 | 8 | 3.750 | ------ |
| MD5Init( MD5_CTX * ) definition libmd/md5.c:94 | 9 | 0 | 9 | ------ | ------ |
| MD5Update( MD5_CTX *, const char *, int ) definition libmd/md5.c:111 | 26 | 4 | 8 | 3.250 | ------ |
| MDblock( MD4_CTX *, char * ) definition libmd/md4.c:125 | 69 | 1 | 4 | 17.250 | ------ |
| MY_CALLOC( int, int ) definition libfs/src/nfsclient/src/rpcio.c:392 | 12 | 3 | 0 | ------ | ------ |
| MY_FREE( void * ) definition libfs/src/nfsclient/src/rpcio.c:406 | 9 | 1 | 0 | ------ | ------ |
| MY_MALLOC( int ) definition libfs/src/nfsclient/src/rpcio.c:379 | 12 | 3 | 0 | ------ | ------ |
| PARAMETERS_PASSING_S( int, const sigaction ) declaration posix/src/sigaction.c:32 | 1 | 0 | 14 | ------ | ------ |
| RTEMS_CHAIN_DEFINE_EMPTY( filesystem_chain ) declaration libcsupport/src/mount-mgr.c:39 | 1 | 0 | 0 | ------ | ------ |
| RTEMS_CHAIN_DEFINE_EMPTY( mount_chain ) declaration libcsupport/src/mount.c:38 | 1 | 0 | 19 | ------ | ------ |
| RTEMS_Malloc_Initialize( void *, uintptr_t, size_t ) definition libcsupport/src/malloc_initialize.c:29definition libcsupport/src/malloc_initialize.c:40 | 43 | 6 | 45 | 0.956 | 0.133 |
| Stack_check_Dump_threads_usage( Thread_Control * ) definition libmisc/stackchk/check.c:370 | 54 | 6 | 7 | 7.714 | 0.857 |
| Stack_check_Frame_pointer_in_range( Stack_Control * ) definition libmisc/stackchk/check.c:58 | 13 | 5 | 5 | ------ | 1.000 |
| Stack_check_Initialize( void ) definition libmisc/stackchk/check.c:126 | 22 | 5 | 16 | 1.375 | 0.312 |
| Stack_check_find_high_water_mark( const void *, size_t ) definition libmisc/stackchk/check.c:326 | 19 | 7 | 11 | ------ | 0.636 |
| Stack_check_report_blown_task( Thread_Control *, bool ) declaration libmisc/stackchk/check.c:204definition libmisc/stackchk/check.c:209 | 42 | 2 | 9 | 4.667 | ------ |
| TOD_MICROSECONDS_TO_TICKS( uint32_t ) definition score/src/coretodusectoticks.c:20 | 6 | 1 | 8 | ------ | ------ |
| TOD_MILLISECONDS_TO_TICKS( uint32_t ) definition score/src/coretodmsecstoticks.c:20 | 6 | 1 | 8 | ------ | ------ |
| TOD_TICKS_PER_SECOND_method( void ) definition score/src/coretodtickspersec.c:20 | 5 | 1 | 8 | ------ | ------ |
| Transform( UINT4 *, UINT4 * ) declaration libmd/md5.c:56definition libmd/md5.c:192 | 75 | 0 | 113 | 0.664 | ------ |
| Untar_FromFile( const char * ) definition libmisc/untar/untar.c:251 | 82 | 18 | 16 | 5.125 | 1.125 |
| Untar_FromMemory( void *, size_t ) definition libmisc/untar/untar.c:114 | 85 | 16 | 14 | 6.071 | 1.143 |
| _API_Mutex_Allocate( API_Mutex_Control ** ) definition score/src/apimutexallocate.c:19 | 16 | 0 | 9 | ------ | ------ |
| _API_Mutex_Initialization( uint32_t ) definition score/src/apimutex.c:19 | 17 | 0 | 18 | ------ | ------ |
| _API_Mutex_Lock( API_Mutex_Control * ) definition score/src/apimutexlock.c:19 | 14 | 0 | 9 | ------ | ------ |
| _API_Mutex_Unlock( API_Mutex_Control * ) definition score/src/apimutexunlock.c:19 | 12 | 0 | 9 | ------ | ------ |
| _API_extensions_Add( API_extensions_Control * ) definition score/src/apiext.c:37 | 6 | 0 | 4 | ------ | ------ |
| _API_extensions_Initialization( void ) definition score/src/apiext.c:27 | 4 | 0 | 16 | ------ | ------ |
| _API_extensions_Run_postdriver( void ) definition score/src/apiext.c:72 | 12 | 2 | 7 | ------ | ------ |
| _API_extensions_Run_postswitch( void ) definition score/src/apiext.c:98 | 11 | 1 | 4 | ------ | ------ |
| _API_extensions_Run_predriver( void ) definition score/src/apiext.c:50 | 12 | 2 | 4 | ------ | ------ |
| _Barrier_Manager_initialization( void ) definition rtems/src/barrier.c:48 | 15 | 0 | 39 | ------ | ------ |
| _Barrier_Translate_core_barrier_return_code( CORE_barrier_Status ) definition rtems/src/barriertranslatereturncode.c:41 | 8 | 3 | 3 | ------ | ------ |
| _CORE_RWLock_Initialize( CORE_RWLock_Control *, CORE_RWLock_Attributes * ) definition score/src/corerwlock.c:42 | 15 | 0 | 31 | ------ | ------ |
| _CORE_RWLock_Obtain_for_reading( CORE_RWLock_Control *, Objects_Id, bool, Watchdog_Interval, CORE_RWLock_API_mp_support_callout ) definition score/src/corerwlockobtainread.c:39 | 49 | 8 | 37 | 1.324 | 0.216 |
| _CORE_RWLock_Obtain_for_writing( CORE_RWLock_Control *, Objects_Id, bool, Watchdog_Interval, CORE_RWLock_API_mp_support_callout ) definition score/src/corerwlockobtainwrite.c:39 | 38 | 5 | 38 | 1.000 | 0.132 |
| _CORE_RWLock_Release( CORE_RWLock_Control * ) definition score/src/corerwlockrelease.c:36 | 42 | 13 | 41 | 1.024 | 0.317 |
| _CORE_RWLock_Timeout( Objects_Id, void * ) definition score/src/corerwlocktimeout.c:35 | 18 | 3 | 24 | ------ | ------ |
| _CORE_barrier_Initialize( CORE_barrier_Control *, CORE_barrier_Attributes * ) definition score/src/corebarrier.c:42 | 14 | 0 | 28 | ------ | ------ |
| _CORE_barrier_Release( ... ) definition score/src/corebarrierrelease.c:46 | 19 | 3 | 31 | ------ | ------ |
| _CORE_barrier_Wait( CORE_barrier_Control *, Objects_Id, bool, Watchdog_Interval, CORE_barrier_API_mp_support_callout ) definition score/src/corebarrierwait.c:47 | 29 | 3 | 32 | 0.906 | ------ |
| _CORE_message_queue_Broadcast( ... ) definition score/src/coremsgbroadcast.c:54 | 38 | 7 | 49 | 0.776 | 0.143 |
| _CORE_message_queue_Close( CORE_message_queue_Control *, Thread_queue_Flush_callout, uint32_t ) definition score/src/coremsgclose.c:48 | 15 | 1 | 40 | ------ | ------ |
| _CORE_message_queue_Flush( CORE_message_queue_Control * ) definition score/src/coremsgflush.c:47 | 9 | 3 | 30 | ------ | ------ |
| _CORE_message_queue_Flush_support( CORE_message_queue_Control * ) definition score/src/coremsgflushsupp.c:51 | 24 | 1 | 60 | 0.400 | ------ |
| _CORE_message_queue_Flush_waiting_threads( CORE_message_queue_Control * ) definition score/src/coremsgflushwait.c:48 | 10 | 0 | 42 | ------ | ------ |
| _CORE_message_queue_Initialize( CORE_message_queue_Control *, CORE_message_queue_Attributes *, uint32_t, size_t ) definition score/src/coremsg.c:51 | 44 | 9 | 49 | 0.898 | 0.184 |
| _CORE_message_queue_Insert_message( CORE_message_queue_Control *, CORE_message_queue_Buffer_control *, CORE_message_queue_Submit_types ) definition score/src/coremsginsert.c:52 | 56 | 8 | 40 | 1.400 | 0.200 |
| _CORE_message_queue_Seize( CORE_message_queue_Control *, Objects_Id, void *, size_t *, bool, Watchdog_Interval ) definition score/src/coremsgseize.c:59 | 70 | 7 | 59 | 1.186 | 0.119 |
| _CORE_message_queue_Submit( ... ) definition score/src/coremsgsubmit.c:57 | 74 | 16 | 65 | 1.138 | 0.246 |
| _CORE_mutex_Flush( CORE_mutex_Control *, Thread_queue_Flush_callout, uint32_t ) definition score/src/coremutexflush.c:44 | 12 | 0 | 29 | ------ | ------ |
| _CORE_mutex_Initialize( CORE_mutex_Control *, CORE_mutex_Attributes *, uint32_t ) definition score/src/coremutex.c:45 | 37 | 7 | 34 | 1.088 | 0.206 |
| _CORE_mutex_Pop_priority( CORE_mutex_Control *, Thread_Control * ) definition score/src/coremutexsurrender.c:43 | 14 | 4 | 7 | ------ | ------ |
| _CORE_mutex_Push_priority( CORE_mutex_Control *, Thread_Control * ) definition score/src/coremutexsurrender.c:31 | 11 | 0 | 16 | ------ | ------ |
| _CORE_mutex_Seize( CORE_mutex_Control *, Objects_Id, bool, Watchdog_Interval, ISR_Level ) definition score/src/coremutexseize.c:31 | 10 | 0 | 16 | ------ | ------ |
| _CORE_mutex_Seize_interrupt_blocking( CORE_mutex_Control *, Watchdog_Interval ) definition score/src/coremutexseize.c:55 | 20 | 2 | 11 | 1.818 | ------ |
| _CORE_mutex_Seize_interrupt_trylock( CORE_mutex_Control *, ISR_Level * ) definition score/src/coremutexseizeintr.c:26 | 7 | 1 | 11 | ------ | ------ |
| _CORE_mutex_Surrender( ... ) definition score/src/coremutexsurrender.c:93 | 80 | 25 | 47 | 1.702 | 0.532 |
| _CORE_semaphore_Flush( CORE_semaphore_Control *, Thread_queue_Flush_callout, uint32_t ) definition score/src/coresemflush.c:45 | 12 | 0 | 30 | ------ | ------ |
| _CORE_semaphore_Initialize( CORE_semaphore_Control *, CORE_semaphore_Attributes *, uint32_t ) definition score/src/coresem.c:46 | 16 | 1 | 31 | ------ | ------ |
| _CORE_semaphore_Seize( CORE_semaphore_Control *, Objects_Id, bool, Watchdog_Interval ) definition score/src/coresemseize.c:48 | 28 | 4 | 41 | 0.683 | ------ |
| _CORE_semaphore_Surrender( CORE_semaphore_Control *, Objects_Id, CORE_semaphore_API_mp_support_callout ) definition score/src/coresemsurrender.c:47 | 23 | 4 | 32 | 0.719 | ------ |
| _CORE_spinlock_Initialize( CORE_spinlock_Control *, CORE_spinlock_Attributes * ) definition score/src/corespinlock.c:42 | 10 | 0 | 28 | ------ | ------ |
| _CORE_spinlock_Release( CORE_spinlock_Control * ) definition score/src/corespinlockrelease.c:39 | 20 | 5 | 34 | 0.588 | 0.147 |
| _CORE_spinlock_Wait( CORE_spinlock_Control *, bool, Watchdog_Interval ) definition score/src/corespinlockwait.c:39 | 38 | 11 | 50 | 0.760 | 0.220 |
| _CPU_Context_Initialize( ... ) definition score/cpu/sh/cpu.c:208 | 15 | 1 | 1 | ------ | ------ |
| _CPU_Context_Initialize( Context_Control *, uint32_t *, size_t, uint32_t, void *, bool ) definition score/cpu/m32c/context_init.c:41 | 33 | 1 | 2 | 16.500 | ------ |
| _CPU_Context_Initialize( Context_Control *, uint32_t *, uint32_t, uint32_t, void *, bool ) definition score/cpu/bfin/cpu.c:183definition score/cpu/arm/cpu.c:45definition score/cpu/m32r/context_init.c:25definition score/cpu/sparc/cpu.c:274 | 81 | 2 | 48 | 1.687 | ------ |
| _CPU_Context_Initialize( Context_Control *, uintptr_t *, uint32_t, uint32_t, void *, bool ) definition score/cpu/mips/cpu.c:270 | 23 | 3 | 16 | 1.437 | ------ |
| _CPU_Context_Initialize( Context_Control *, void *, uint32_t, uint32_t, void *, bool ) definition score/cpu/sparc64/cpu.c:79 | 19 | 0 | 30 | ------ | ------ |
| _CPU_Context_restore( Context_Control * ) definition score/cpu/no_cpu/cpu_asm.c:108 | 5 | 0 | 12 | ------ | ------ |
| _CPU_Context_restore_fp( Context_Control_fp ** ) definition score/cpu/sh/context.c:102definition score/cpu/no_cpu/cpu_asm.c:73definition score/cpu/m68k/cpu.c:205 | 22 | 0 | 28 | 0.786 | ------ |
| _CPU_Context_save_fp( Context_Control_fp ** ) definition score/cpu/sh/context.c:44definition score/cpu/no_cpu/cpu_asm.c:50definition score/cpu/m68k/cpu.c:196 | 24 | 0 | 68 | 0.353 | ------ |
| _CPU_Context_switch( Context_Control *, Context_Control * ) definition score/cpu/no_cpu/cpu_asm.c:88 | 6 | 0 | 8 | ------ | ------ |
| _CPU_Emulation_handler( void ) declaration score/cpu/bfin/cpu.c:37 | 1 | 0 | 0 | ------ | ------ |
| _CPU_Exception_handler( void ) declaration score/cpu/bfin/cpu.c:40 | 1 | 0 | 0 | ------ | ------ |
| _CPU_ISR_Get_level( void ) definition score/cpu/bfin/cpu.c:87definition score/cpu/sh/cpu.c:79definition score/cpu/no_cpu/cpu.c:55definition score/cpu/arm/cpu.c:79definition score/cpu/m32r/cpu.c:44definition score/cpu/h8300/cpu.c:49definition score/cpu/lm32/cpu.c:58definition score/cpu/i386/cpu.c:102definition score/cpu/sparc/cpu.c:86definition score/cpu/mips/cpu.c:101definition score/cpu/m32c/cpu.c:48definition score/cpu/m68k/cpu.c:57definition score/cpu/avr/cpu.c:57definition score/cpu/nios2/cpu.c:54 | 86 | 20 | 109 | 0.789 | 0.183 |
| _CPU_ISR_Set_level( uint32_t ) definition score/cpu/arm/cpu.c:63definition score/cpu/mips/cpu.c:124 | 30 | 3 | 23 | 1.304 | ------ |
| _CPU_ISR_install_raw_handler( uint32_t, proc_ptr, proc_ptr * ) definition score/cpu/bfin/cpu.c:111definition score/cpu/sh/cpu.c:97definition score/cpu/no_cpu/cpu.c:73definition score/cpu/m32r/cpu.c:58definition score/cpu/h8300/cpu.c:69definition score/cpu/lm32/cpu.c:76definition score/cpu/sparc/cpu.c:133definition score/cpu/mips/cpu.c:189definition score/cpu/m32c/cpu.c:65definition score/cpu/m68k/cpu.c:71definition score/cpu/avr/cpu.c:76definition score/cpu/nios2/cpu.c:72 | 132 | 5 | 199 | 0.663 | 0.025 |
| _CPU_ISR_install_vector( uint32_t, proc_ptr, proc_ptr * ) definition score/cpu/bfin/cpu.c:151definition score/cpu/sh/cpu.c:143definition score/cpu/no_cpu/cpu.c:105definition score/cpu/arm/cpu.c:95definition score/cpu/m32r/cpu.c:91definition score/cpu/h8300/cpu.c:99definition score/cpu/lm32/cpu.c:108definition score/cpu/sparc/cpu.c:220definition score/cpu/mips/cpu.c:220definition score/cpu/m32c/cpu.c:102definition score/cpu/m68k/cpu.c:133definition score/cpu/avr/cpu.c:108definition score/cpu/nios2/cpu.c:104 | 141 | 2 | 311 | 0.453 | ------ |
| _CPU_Initialize( void ) definition score/cpu/bfin/cpu.c:43definition score/cpu/sh/cpu.c:49definition score/cpu/no_cpu/cpu.c:34definition score/cpu/arm/cpu.c:122definition score/cpu/m32r/cpu.c:32definition score/cpu/h8300/cpu.c:30definition score/cpu/lm32/cpu.c:37definition score/cpu/i386/cpu.c:35definition score/cpu/sparc/cpu.c:53definition score/cpu/mips/cpu.c:77definition score/cpu/m32c/cpu.c:33definition score/cpu/m68k/cpu.c:34definition score/cpu/sparc64/cpu.c:37definition score/cpu/avr/cpu.c:35definition score/cpu/nios2/cpu.c:33 | 100 | 5 | 336 | 0.298 | 0.015 |
| _CPU_Install_interrupt_stack( void ) definition score/cpu/bfin/cpu.c:212definition score/cpu/no_cpu/cpu.c:138definition score/cpu/arm/cpu.c:117definition score/cpu/m32r/cpu.c:124definition score/cpu/h8300/cpu.c:128definition score/cpu/lm32/cpu.c:141definition score/cpu/mips/cpu.c:249definition score/cpu/m32c/cpu.c:135definition score/cpu/m68k/cpu.c:154definition score/cpu/avr/cpu.c:141definition score/cpu/nios2/cpu.c:137 | 35 | 0 | 70 | 0.500 | ------ |
| _CPU_NMI_handler( void ) declaration score/cpu/bfin/cpu.c:39 | 1 | 0 | 0 | ------ | ------ |
| _CPU_Reset_handler( void ) declaration score/cpu/bfin/cpu.c:38 | 1 | 0 | 0 | ------ | ------ |
| _CPU_Thread_Idle_body( uint32_t ) definition score/cpu/bfin/cpu.c:172 | 6 | 1 | 0 | ------ | ------ |
| _CPU_Thread_Idle_body( uintptr_t ) definition score/cpu/sh/cpu.c:189definition score/cpu/no_cpu/cpu.c:163definition score/cpu/h8300/cpu.c:150definition score/cpu/lm32/cpu.c:166definition score/cpu/i386/cpu.c:111definition score/cpu/mips/cpu.c:314definition score/cpu/m32c/cpu.c:160definition score/cpu/avr/cpu.c:166definition score/cpu/nios2/cpu.c:162 | 63 | 16 | 161 | 0.391 | 0.099 |
| _CPU_Unhandled_Interrupt_handler( void ) declaration score/cpu/bfin/cpu.c:41 | 1 | 0 | 0 | ------ | ------ |
| _Chain_Append( Chain_Control *, Chain_Node * ) definition score/src/chainappend.c:36 | 10 | 0 | 23 | ------ | ------ |
| _Chain_Append_with_empty_check( Chain_Control *, Chain_Node * ) definition score/src/chainappendempty.c:31 | 12 | 1 | 19 | ------ | ------ |
| _Chain_Extract( Chain_Node * ) definition score/src/chainextract.c:35 | 9 | 0 | 22 | ------ | ------ |
| _Chain_Get( Chain_Control * ) definition score/src/chainget.c:38 | 13 | 2 | 25 | ------ | ------ |
| _Chain_Get_with_empty_check( Chain_Control *, Chain_Node ** ) definition score/src/chaingetempty.c:31 | 12 | 1 | 19 | ------ | ------ |
| _Chain_Initialize( Chain_Control *, void *, size_t, size_t ) definition score/src/chain.c:36 | 24 | 1 | 23 | 1.043 | ------ |
| _Chain_Insert( Chain_Node *, Chain_Node * ) definition score/src/chaininsert.c:37 | 10 | 0 | 24 | ------ | ------ |
| _Chain_Prepend_with_empty_check( Chain_Control *, Chain_Node * ) definition score/src/chainprependempty.c:31 | 12 | 1 | 19 | ------ | ------ |
| _Debug_Manager_initialization( void ) definition sapi/src/debug.c:25 | 4 | 0 | 15 | ------ | ------ |
| _Dual_ported_memory_Manager_initialization( void ) definition rtems/src/dpmem.c:39 | 15 | 0 | 31 | ------ | ------ |
| _Event_MP_Get_packet( void ) definition rtems/src/eventmp.c:188 | 4 | 1 | 21 | ------ | ------ |
| _Event_MP_Process_packet( rtems_packet_prefix * ) definition rtems/src/eventmp.c:129 | 24 | 3 | 6 | 4.000 | ------ |
| _Event_MP_Send_request_packet( Event_MP_Remote_operations, Objects_Id, rtems_event_set ) definition rtems/src/eventmp.c:44 | 28 | 5 | 28 | 1.000 | 0.179 |
| _Event_MP_Send_response_packet( Event_MP_Remote_operations, Thread_Control * ) definition rtems/src/eventmp.c:90 | 20 | 3 | 9 | 2.222 | ------ |
| _Event_Manager_initialization( void ) definition rtems/src/event.c:37 | 5 | 0 | 22 | ------ | ------ |
| _Event_Seize( rtems_event_set, rtems_option, rtems_interval, rtems_event_set * ) definition rtems/src/eventseize.c:50 | 57 | 9 | 46 | 1.239 | 0.196 |
| _Event_Surrender( Thread_Control * ) definition rtems/src/eventsurrender.c:45 | 53 | 14 | 37 | 1.432 | 0.378 |
| _Event_Timeout( Objects_Id, void * ) definition rtems/src/eventtimeout.c:41 | 32 | 7 | 36 | 0.889 | 0.194 |
| _Exception_Handler_Abort( void ) declaration score/cpu/arm/arm_exc_handler_high.c:85 | 1 | 0 | 0 | ------ | ------ |
| _Exception_Handler_Undef_Swi( void ) declaration score/cpu/arm/arm_exc_handler_high.c:84 | 1 | 0 | 0 | ------ | ------ |
| _Extension_Manager_initialization( void ) definition sapi/src/extension.c:36 | 15 | 0 | 26 | ------ | ------ |
| _Heap_Allocate_aligned_with_boundary( Heap_Control *, uintptr_t, uintptr_t, uintptr_t ) definition score/src/heapallocate.c:185 | 71 | 15 | 9 | 7.889 | 1.667 |
| _Heap_Block_allocate( Heap_Control *, Heap_Block *, uintptr_t, uintptr_t ) definition score/src/heap.c:433 | 44 | 4 | 2 | 22.000 | ------ |
| _Heap_Block_allocate_from_begin( Heap_Control *, Heap_Block *, Heap_Block *, uintptr_t ) definition score/src/heap.c:367 | 10 | 1 | 0 | ------ | ------ |
| _Heap_Block_allocate_from_end( Heap_Control *, Heap_Block *, Heap_Block *, uintptr_t, uintptr_t ) definition score/src/heap.c:379 | 38 | 2 | 2 | 19.000 | ------ |
| _Heap_Block_split( Heap_Control *, Heap_Block *, Heap_Block *, uintptr_t ) definition score/src/heap.c:303 | 43 | 2 | 2 | 21.500 | ------ |
| _Heap_Check_allocation( const Heap_Control *, const Heap_Block *, uintptr_t, uintptr_t, uintptr_t, uintptr_t ) definition score/src/heapallocate.c:72 | 40 | 3 | 0 | ****** | ------ |
| _Heap_Check_block( const Heap_Control *, const Heap_Block *, uintptr_t, uintptr_t, uintptr_t ) definition score/src/heapallocate.c:124 | 46 | 11 | 3 | 15.333 | 3.667 |
| _Heap_Extend( Heap_Control *, void *, uintptr_t, uintptr_t * ) definition score/src/heapextend.c:113 | 108 | 25 | 2 | 54.000 | 12.500 |
| _Heap_Free( Heap_Control *, void * ) definition score/src/heapfree.c:108 | 77 | 18 | 10 | 7.700 | 1.800 |
| _Heap_Free_block( Heap_Control *, Heap_Block * ) definition score/src/heapextend.c:30 | 7 | 0 | 19 | ------ | ------ |
| _Heap_Get_first_and_last_block( uintptr_t, uintptr_t, uintptr_t, uintptr_t, Heap_Block **, Heap_Block ** ) definition score/src/heap.c:169 | 32 | 5 | 1 | 32.000 | 5.000 |
| _Heap_Get_free_information( Heap_Control *, Heap_Information * ) definition score/src/heapgetfreeinfo.c:28 | 22 | 2 | 17 | 1.294 | ------ |
| _Heap_Get_information( Heap_Control *, Heap_Information_block * ) definition score/src/heapgetinfo.c:30 | 23 | 3 | 16 | 1.437 | ------ |
| _Heap_Initialize( Heap_Control *, void *, uintptr_t, uintptr_t ) definition score/src/heap.c:206 | 77 | 6 | 5 | 15.400 | 1.200 |
| _Heap_Link_above( Heap_Block *, Heap_Block *, Heap_Block * ) definition score/src/heapextend.c:99 | 11 | 0 | 0 | ------ | ------ |
| _Heap_Link_below( Heap_Block *, Heap_Block * ) definition score/src/heapextend.c:87 | 10 | 0 | 0 | ------ | ------ |
| _Heap_Merge_above( Heap_Control *, Heap_Block *, uintptr_t ) definition score/src/heapextend.c:63 | 20 | 0 | 0 | ****** | ------ |
| _Heap_Merge_below( Heap_Control *, uintptr_t, Heap_Block * ) definition score/src/heapextend.c:41 | 19 | 0 | 0 | ------ | ------ |
| _Heap_Protection_block_check_default( Heap_Control *, Heap_Block * ) definition score/src/heap.c:144 | 14 | 4 | 0 | ------ | ------ |
| _Heap_Protection_block_error_default( Heap_Control *, Heap_Block * ) definition score/src/heap.c:159 | 7 | 0 | 1 | ------ | ------ |
| _Heap_Protection_block_initialize_default( Heap_Control *, Heap_Block * ) definition score/src/heap.c:130 | 13 | 0 | 90 | ------ | ------ |
| _Heap_Protection_check_free_block( Heap_Control *, Heap_Block * ) definition score/src/heapfree.c:61 | 17 | 3 | 0 | ------ | ------ |
| _Heap_Protection_delay_block_free( Heap_Control *, Heap_Block * ) definition score/src/heapfree.c:30 | 26 | 2 | 16 | 1.625 | ------ |
| _Heap_Protection_determine_block_free( Heap_Control *, Heap_Block * ) definition score/src/heapfree.c:80 | 19 | 4 | 5 | ------ | ------ |
| _Heap_Protection_free_delayed_blocks( Heap_Control *, uintptr_t ) definition score/src/heapallocate.c:33 | 28 | 4 | 18 | 1.556 | ------ |
| _Heap_Resize_block( Heap_Control *, void *, uintptr_t, uintptr_t *, uintptr_t * ) definition score/src/heapresizeblock.c:90 | 27 | 3 | 0 | ****** | ------ |
| _Heap_Resize_block_checked( Heap_Control *, Heap_Block *, uintptr_t, uintptr_t, uintptr_t *, uintptr_t * ) definition score/src/heapresizeblock.c:30 | 42 | 5 | 20 | 2.100 | 0.250 |
| _Heap_Size_of_alloc_area( Heap_Control *, void *, uintptr_t * ) definition score/src/heapsizeofuserarea.c:28 | 25 | 6 | 16 | 1.562 | 0.375 |
| _Heap_Walk( Heap_Control *, int, bool ) definition score/src/heapwalk.c:315 | 93 | 22 | 0 | ****** | ****** |
| _Heap_Walk_check_control( int, Heap_Walk_printer, Heap_Control * ) definition score/src/heapwalk.c:143 | 85 | 15 | 0 | ****** | ****** |
| _Heap_Walk_check_free_block( int, Heap_Walk_printer, Heap_Control *, Heap_Block * ) definition score/src/heapwalk.c:245 | 61 | 11 | 0 | ****** | ****** |
| _Heap_Walk_check_free_list( int, Heap_Walk_printer, Heap_Control * ) definition score/src/heapwalk.c:58 | 56 | 10 | 0 | ****** | ****** |
| _Heap_Walk_is_in_free_list( Heap_Control *, Heap_Block * ) definition score/src/heapwalk.c:125 | 15 | 4 | 0 | ------ | ------ |
| _Heap_Walk_print( ... ) definition score/src/heapwalk.c:43 | 12 | 1 | 0 | ------ | ------ |
| _Heap_Walk_print_nothing( ... ) definition score/src/heapwalk.c:33 | 8 | 0 | 1 | ------ | ------ |
| _IO_Initialize_all_drivers( void ) definition sapi/src/io.c:96 | 6 | 1 | 9 | ------ | ------ |
| _IO_Manager_initialization( void ) definition sapi/src/io.c:36 | 29 | 4 | 32 | 0.906 | ------ |
| _ISR15_Handler( void ) declaration score/cpu/bfin/cpu.c:36 | 1 | 0 | 21 | ------ | ------ |
| _ISR_Handler( void ) definition score/cpu/no_cpu/cpu_asm.c:123definition score/cpu/m32r/cpu_asm.c:34definition score/cpu/m32c/cpu_asm.c:44 | 9 | 0 | 237 | ------ | ------ |
| _ISR_Handler_initialization( void ) definition score/src/isr.c:35 | 25 | 1 | 23 | 1.087 | ------ |
| _Internal_error_Occurred( Internal_errors_Source, bool, Internal_errors_t ) definition score/src/interr.c:46 | 14 | 1 | 34 | ------ | ------ |
| _MPCI_Announce( void ) definition score/src/mpci.c:414 | 6 | 0 | 5 | ------ | ------ |
| _MPCI_Create_server( void ) definition score/src/mpci.c:106 | 30 | 2 | 13 | 2.308 | ------ |
| _MPCI_Get_packet( void ) definition score/src/mpci.c:184 | 13 | 2 | 11 | ------ | ------ |
| _MPCI_Handler_initialization( uint32_t ) definition score/src/mpci.c:49 | 33 | 4 | 14 | 2.357 | ------ |
| _MPCI_Initialization( void ) definition score/src/mpci.c:154 | 4 | 0 | 7 | ------ | ------ |
| _MPCI_Internal_packets_Get_packet( void ) definition score/src/mpci.c:535 | 4 | 1 | 21 | ------ | ------ |
| _MPCI_Internal_packets_Process_packet( MP_packet_Prefix * ) definition score/src/mpci.c:477 | 25 | 4 | 22 | 1.136 | ------ |
| _MPCI_Internal_packets_Send_process_packet( MPCI_Internal_Remote_operations ) definition score/src/mpci.c:427 | 18 | 2 | 5 | ------ | ------ |
| _MPCI_Process_response( MP_packet_Prefix * ) definition score/src/mpci.c:331 | 20 | 4 | 8 | 2.500 | ------ |
| _MPCI_Receive_packet( void ) definition score/src/mpci.c:314 | 6 | 1 | 7 | ------ | ------ |
| _MPCI_Receive_server( uint32_t ) definition score/src/mpci.c:362 | 32 | 8 | 6 | 5.333 | 1.333 |
| _MPCI_Register_packet_processor( MP_packet_Classes, MPCI_Packet_processor ) definition score/src/mpci.c:167 | 7 | 0 | 7 | ------ | ------ |
| _MPCI_Return_packet( MP_packet_Prefix * ) definition score/src/mpci.c:215 | 6 | 0 | 7 | ------ | ------ |
| _MPCI_Send_process_packet( uint32_t, MP_packet_Prefix * ) definition score/src/mpci.c:230 | 10 | 0 | 7 | ------ | ------ |
| _MPCI_Send_request_packet( uint32_t, MP_packet_Prefix *, States_Control ) definition score/src/mpci.c:250 | 23 | 2 | 10 | 2.300 | ------ |
| _MPCI_Send_response_packet( uint32_t, MP_packet_Prefix * ) definition score/src/mpci.c:296 | 8 | 0 | 7 | ------ | ------ |
| _Message_queue_Allocate( void ) definition rtems/src/msgqallocate.c:52 | 5 | 1 | 26 | ------ | ------ |
| _Message_queue_Core_message_queue_mp_support( Thread_Control *, Objects_Id ) definition rtems/src/msgmp.c:496 | 12 | 0 | 10 | ------ | ------ |
| _Message_queue_MP_Get_packet( void ) definition rtems/src/msgmp.c:479 | 4 | 1 | 5 | ------ | ------ |
| _Message_queue_MP_Process_packet( rtems_packet_prefix * ) definition rtems/src/msgmp.c:261 | 129 | 16 | 6 | 21.500 | 2.667 |
| _Message_queue_MP_Send_extract_proxy( void * ) definition rtems/src/msgmp.c:459 | 12 | 0 | 5 | ------ | ------ |
| _Message_queue_MP_Send_object_was_deleted( Thread_Control * ) definition rtems/src/msgmp.c:440 | 11 | 0 | 5 | ------ | ------ |
| _Message_queue_MP_Send_process_packet( Message_queue_MP_Remote_operations, Objects_Id, rtems_name, Objects_Id ) definition rtems/src/msgmp.c:36 | 42 | 4 | 17 | 2.471 | ------ |
| _Message_queue_MP_Send_request_packet( Message_queue_MP_Remote_operations, Objects_Id, const void *, size_t *, rtems_option, rtems_interval ) definition rtems/src/msgmp.c:92 | 77 | 13 | 14 | 5.500 | 0.929 |
| _Message_queue_MP_Send_response_packet( Message_queue_MP_Remote_operations, Objects_Id, Thread_Control * ) definition rtems/src/msgmp.c:202 | 36 | 4 | 12 | 3.000 | ------ |
| _Message_queue_Manager_initialization( void ) definition rtems/src/msg.c:50 | 19 | 0 | 35 | ------ | ------ |
| _Message_queue_Translate_core_message_queue_return_code( uint32_t ) definition rtems/src/msgqtranslatereturncode.c:59 | 10 | 5 | 7 | ------ | 0.714 |
| _Multiprocessing_Manager_initialization( void ) definition rtems/src/mp.c:30 | 3 | 0 | 17 | ------ | ------ |
| _Objects_API_maximum_class( uint32_t ) definition score/src/objectapimaximumclass.c:19 | 17 | 6 | 9 | ------ | 0.667 |
| _Objects_Allocate( Objects_Information * ) definition score/src/objectallocate.c:47 | 31 | 7 | 36 | 0.861 | 0.194 |
| _Objects_Close( Objects_Information *, Objects_Control * ) definition score/src/objectclose.c:20 | 8 | 0 | 9 | ------ | ------ |
| _Objects_Extend_information( Objects_Information * ) definition score/src/objectextendinformation.c:45 | 125 | 17 | 89 | 1.404 | 0.191 |
| _Objects_Free( Objects_Information *, Objects_Control * ) definition score/src/objectfree.c:41 | 19 | 2 | 25 | ------ | ------ |
| _Objects_Get( Objects_Information *, Objects_Id, Objects_Locations * ) definition score/src/objectget.c:51 | 24 | 6 | 57 | 0.421 | 0.105 |
| _Objects_Get_information( Objects_APIs, uint16_t ) definition score/src/objectgetinfo.c:21 | 23 | 13 | 18 | 1.278 | 0.722 |
| _Objects_Get_information_id( Objects_Id ) definition score/src/objectgetinfoid.c:20 | 9 | 1 | 9 | ------ | ------ |
| _Objects_Get_isr_disable( Objects_Information *, Objects_Id, Objects_Locations *, ISR_Level * ) definition score/src/objectgetisr.c:53 | 28 | 6 | 33 | 0.848 | 0.182 |
| _Objects_Get_name_as_string( Objects_Id, size_t, char * ) definition score/src/objectgetnameasstring.c:29 | 52 | 16 | 16 | 3.250 | 1.000 |
| _Objects_Get_next( Objects_Information *, Objects_Id, Objects_Locations *, Objects_Id * ) definition score/src/objectgetnext.c:58 | 34 | 11 | 2 | 17.000 | 5.500 |
| _Objects_Get_no_protection( Objects_Information *, Objects_Id, Objects_Locations * ) definition score/src/objectgetnoprotection.c:51 | 18 | 4 | 39 | ------ | ------ |
| _Objects_Id_to_name( Objects_Id, Objects_Name * ) definition score/src/objectidtoname.c:36 | 30 | 12 | 28 | 1.071 | 0.429 |
| _Objects_Initialize_information( Objects_Information *, Objects_APIs, uint16_t, uint32_t, uint16_t, bool, uint32_t, bool, Objects_Thread_queue_Extract_callout ) definition score/src/objectinitializeinformation.c:49 | 64 | 9 | 65 | 0.985 | 0.138 |
| _Objects_MP_Allocate_and_open( Objects_Information *, uint32_t, Objects_Id, bool ) definition score/src/objectmp.c:110 | 21 | 4 | 6 | 3.500 | ------ |
| _Objects_MP_Close( Objects_Information *, Objects_Id ) definition score/src/objectmp.c:144 | 25 | 3 | 5 | 5.000 | ------ |
| _Objects_MP_Global_name_search( Objects_Information *, Objects_Name, uint32_t, Objects_Id * ) definition score/src/objectmp.c:183 | 46 | 12 | 10 | 4.600 | 1.200 |
| _Objects_MP_Handler_early_initialization( void ) definition score/src/objectmp.c:31 | 15 | 2 | 17 | ------ | ------ |
| _Objects_MP_Handler_initialization( void ) definition score/src/objectmp.c:56 | 18 | 2 | 5 | ------ | ------ |
| _Objects_MP_Is_remote( Objects_Information *, Objects_Id, Objects_Locations *, Objects_Control ** ) definition score/src/objectmp.c:252 | 37 | 8 | 12 | 3.083 | 0.667 |
| _Objects_MP_Open( Objects_Information *, Objects_MP_Control *, uint32_t, Objects_Id ) definition score/src/objectmp.c:87 | 14 | 0 | 6 | ------ | ------ |
| _Objects_Name_to_id_string( Objects_Information *, const char *, Objects_Id * ) definition score/src/objectnametoidstring.c:52 | 29 | 11 | 30 | 0.967 | 0.367 |
| _Objects_Name_to_id_u32( Objects_Information *, uint32_t, uint32_t, Objects_Id * ) definition score/src/objectnametoid.c:50 | 41 | 18 | 31 | 1.323 | 0.581 |
| _Objects_Namespace_remove( Objects_Information *, Objects_Control * ) definition score/src/objectnamespaceremove.c:20 | 10 | 2 | 15 | ------ | ------ |
| _Objects_Set_name( Objects_Information *, Objects_Control *, const char * ) definition score/src/objectsetname.c:30 | 33 | 9 | 12 | 2.750 | 0.750 |
| _Objects_Shrink_information( Objects_Information * ) definition score/src/objectshrinkinformation.c:46 | 36 | 6 | 38 | 0.947 | 0.158 |
| _POSIX_API_Initialize( void ) definition sapi/src/posixapi.c:59 | 15 | 0 | 10 | ------ | ------ |
| _POSIX_Absolute_timeout_to_ticks( const timespec *, Watchdog_Interval * ) definition posix/src/posixtimespecabsolutetimeout.c:37 | 19 | 7 | 38 | ------ | 0.184 |
| _POSIX_Barrier_Manager_initialization( void ) definition posix/src/pbarrier.c:40 | 15 | 0 | 35 | ------ | ------ |
| _POSIX_Barrier_Translate_core_barrier_return_code( CORE_barrier_Status ) definition posix/src/pbarriertranslatereturncode.c:44 | 8 | 3 | 3 | ------ | ------ |
| _POSIX_Condition_variables_Get( pthread_cond_t *, Objects_Locations * ) definition posix/src/condget.c:27 | 23 | 6 | 15 | 1.533 | 0.400 |
| _POSIX_Condition_variables_Manager_initialization( void ) definition posix/src/cond.c:41 | 15 | 0 | 29 | ------ | ------ |
| _POSIX_Condition_variables_Signal_support( pthread_cond_t *, bool ) definition posix/src/condsignalsupp.c:35 | 24 | 7 | 16 | 1.500 | 0.437 |
| _POSIX_Condition_variables_Wait_support( pthread_cond_t *, pthread_mutex_t *, Watchdog_Interval, bool ) definition posix/src/condwaitsupp.c:35 | 48 | 13 | 36 | 1.333 | 0.361 |
| _POSIX_Key_Manager_initialization( void ) definition posix/src/key.c:40 | 15 | 0 | 29 | ------ | ------ |
| _POSIX_Keys_Free_memory( POSIX_Keys_Control * ) definition posix/src/keyfreememory.c:21 | 9 | 2 | 9 | ------ | ------ |
| _POSIX_Keys_Run_destructors( Thread_Control * ) definition posix/src/keyrundestructors.c:33 | 25 | 5 | 27 | 0.926 | 0.185 |
| _POSIX_Message_queue_Create_support( const char *, int, mq_attr *, POSIX_Message_queue_Control ** ) definition posix/src/mqueuecreatesupp.c:56 | 66 | 7 | 25 | 2.640 | 0.280 |
| _POSIX_Message_queue_Delete( POSIX_Message_queue_Control * ) definition posix/src/mqueuedeletesupp.c:51 | 22 | 3 | 29 | 0.759 | ------ |
| _POSIX_Message_queue_Manager_initialization( void ) definition posix/src/mqueue.c:54 | 27 | 0 | 45 | 0.600 | ------ |
| _POSIX_Message_queue_Name_to_id( const char *, Objects_Id * ) definition posix/src/mqueuenametoid.c:39 | 23 | 9 | 6 | 3.833 | 1.500 |
| _POSIX_Message_queue_Notify_handler( void * ) definition posix/src/mqueuenotify.c:50 | 9 | 0 | 26 | ------ | ------ |
| _POSIX_Message_queue_Receive_support( mqd_t, char *, size_t, int *, bool, Watchdog_Interval ) definition posix/src/mqueuerecvsupp.c:49 | 55 | 8 | 37 | 1.486 | 0.216 |
| _POSIX_Message_queue_Send_support( mqd_t, const char *, size_t, uint32_t, bool, Watchdog_Interval ) definition posix/src/mqueuesendsupp.c:48 | 54 | 9 | 43 | 1.256 | 0.209 |
| _POSIX_Message_queue_Translate_core_message_queue_return_code( uint32_t ) definition posix/src/mqueuetranslatereturncode.c:50 | 8 | 3 | 3 | ------ | ------ |
| _POSIX_Mutex_Lock_support( pthread_mutex_t *, bool, Watchdog_Interval ) definition posix/src/mutexlocksupp.c:37 | 28 | 4 | 16 | 1.750 | ------ |
| _POSIX_Mutex_Manager_initialization( void ) definition posix/src/mutex.c:43 | 22 | 0 | 36 | 0.611 | ------ |
| _POSIX_Mutex_Translate_core_mutex_return_code( CORE_mutex_Status ) definition posix/src/mutextranslatereturncode.c:49 | 8 | 3 | 3 | ------ | ------ |
| _POSIX_Priority_Is_valid( int ) definition posix/src/psxpriorityisvalid.c:19 | 7 | 2 | 9 | ------ | ------ |
| _POSIX_RWLock_Manager_initialization( void ) definition posix/src/prwlock.c:28 | 15 | 0 | 23 | ------ | ------ |
| _POSIX_RWLock_Translate_core_RWLock_return_code( CORE_RWLock_Status ) definition posix/src/prwlocktranslatereturncode.c:43 | 8 | 3 | 3 | ------ | ------ |
| _POSIX_Semaphore_Create_support( const char *, int, int, POSIX_Semaphore_Control ** ) definition posix/src/semaphorecreatesupp.c:41 | 45 | 6 | 21 | 2.143 | 0.286 |
| _POSIX_Semaphore_Delete( POSIX_Semaphore_Control * ) definition posix/src/semaphoredeletesupp.c:35 | 14 | 2 | 13 | ------ | ------ |
| _POSIX_Semaphore_Manager_initialization( void ) definition posix/src/semaphore.c:42 | 15 | 0 | 28 | ------ | ------ |
| _POSIX_Semaphore_Name_to_id( const char *, sem_t * ) definition posix/src/semaphorenametoid.c:38 | 21 | 7 | 16 | 1.312 | 0.437 |
| _POSIX_Semaphore_Translate_core_semaphore_return_code( CORE_semaphore_Status ) definition posix/src/semaphoretranslatereturncode.c:47 | 8 | 3 | 3 | ------ | ------ |
| _POSIX_Semaphore_Wait_support( sem_t *, bool, Watchdog_Interval ) definition posix/src/semaphorewaitsupp.c:35 | 31 | 4 | 13 | 2.385 | ------ |
| _POSIX_Spinlock_Manager_initialization( void ) definition posix/src/pspin.c:40 | 15 | 0 | 35 | ------ | ------ |
| _POSIX_Spinlock_Translate_core_spinlock_return_code( CORE_spinlock_Status ) definition posix/src/pspinlocktranslatereturncode.c:46 | 8 | 3 | 3 | ------ | ------ |
| _POSIX_Thread_Evaluate_cancellation_and_enable_dispatch( Thread_Control * ) definition posix/src/canceleval.c:22 | 14 | 3 | 9 | ------ | ------ |
| _POSIX_Thread_Exit( Thread_Control *, void * ) definition posix/src/pthreadexit.c:28 | 15 | 0 | 24 | ------ | ------ |
| _POSIX_Thread_Translate_sched_param( int, sched_param *, Thread_CPU_budget_algorithms *, Thread_CPU_budget_algorithm_callout * ) definition posix/src/psxtransschedparam.c:23 | 41 | 21 | 8 | 5.125 | 2.625 |
| _POSIX_Threads_Create_extension( ... ) definition posix/src/pthread.c:165 | 44 | 5 | 16 | 2.750 | 0.312 |
| _POSIX_Threads_Delete_extension( ... ) definition posix/src/pthread.c:238 | 19 | 2 | 14 | ------ | ------ |
| _POSIX_Threads_Ensure_minimum_stack( size_t ) definition posix/src/pthreadcreate.c:29 | 8 | 3 | 11 | ------ | ------ |
| _POSIX_Threads_Exitted_extension( Thread_Control * ) definition posix/src/pthread.c:280 | 7 | 1 | 9 | ------ | ------ |
| _POSIX_Threads_Initialize_user_threads( void ) definition posix/src/pthread.c:298 | 5 | 1 | 6 | ------ | ------ |
| _POSIX_Threads_Initialize_user_threads_body( void ) definition posix/src/pthreadinitthreads.c:47 | 26 | 5 | 29 | 0.897 | 0.172 |
| _POSIX_Threads_Manager_initialization( void ) definition posix/src/pthread.c:335 | 17 | 0 | 21 | ------ | ------ |
| _POSIX_Threads_Sporadic_budget_TSR( ... ) definition posix/src/pthread.c:69 | 26 | 2 | 11 | 2.364 | ------ |
| _POSIX_Threads_Sporadic_budget_callout( Thread_Control * ) definition posix/src/pthread.c:119 | 19 | 2 | 16 | ------ | ------ |
| _POSIX_Threads_cancel_run( Thread_Control * ) definition posix/src/cancelrun.c:28 | 21 | 1 | 9 | 2.333 | ------ |
| _POSIX_Timer_Insert_helper( Watchdog_Control *, Watchdog_Interval, Objects_Id, Watchdog_Service_routine_entry, void * ) definition posix/src/timerinserthelper.c:27 | 20 | 3 | 19 | 1.053 | ------ |
| _POSIX_Timer_Manager_initialization( void ) definition posix/src/ptimer.c:54 | 15 | 0 | 30 | ------ | ------ |
| _POSIX_Timer_TSR( ... ) definition posix/src/timertsr.c:33 | 28 | 5 | 27 | 1.037 | 0.185 |
| _POSIX_signals_Abnormal_termination_handler( ... ) definition posix/src/psignal.c:42 | 5 | 0 | 0 | ------ | ------ |
| _POSIX_signals_Alarm_TSR( ... ) definition posix/src/alarm.c:30 | 8 | 0 | 16 | ------ | ------ |
| _POSIX_signals_Check_signal( POSIX_API_Control *, int, bool ) definition posix/src/psignalchecksignal.c:42 | 37 | 9 | 38 | 0.974 | 0.237 |
| _POSIX_signals_Clear_process_signals( int ) definition posix/src/psignalclearprocesssignals.c:37 | 19 | 3 | 13 | ------ | ------ |
| _POSIX_signals_Clear_signals( POSIX_API_Control *, int, siginfo_t *, bool, bool ) definition posix/src/psignalclearsignals.c:37 | 47 | 7 | 23 | 2.043 | 0.304 |
| _POSIX_signals_Get_lowest( sigset_t ) definition posix/src/sigtimedwait.c:29 | 18 | 5 | 19 | ------ | 0.263 |
| _POSIX_signals_Manager_Initialization( void ) definition posix/src/psignal.c:157 | 37 | 2 | 20 | 1.850 | ------ |
| _POSIX_signals_Post_switch_extension( Thread_Control * ) definition posix/src/psignal.c:106 | 28 | 7 | 19 | 1.474 | 0.368 |
| _POSIX_signals_Set_process_signals( sigset_t ) definition posix/src/psignalsetprocesssignals.c:37 | 9 | 0 | 13 | ------ | ------ |
| _POSIX_signals_Ualarm_TSR( ... ) definition posix/src/ualarm.c:31 | 8 | 0 | 23 | ------ | ------ |
| _POSIX_signals_Unblock_thread( Thread_Control *, int, siginfo_t * ) definition posix/src/psignalunblockthread.c:39 | 43 | 14 | 39 | 1.103 | 0.359 |
| _Partition_MP_Get_packet( void ) definition rtems/src/partmp.c:302 | 4 | 1 | 5 | ------ | ------ |
| _Partition_MP_Process_packet( rtems_packet_prefix * ) definition rtems/src/partmp.c:178 | 61 | 9 | 6 | 10.167 | 1.500 |
| _Partition_MP_Send_extract_proxy( void * ) definition rtems/src/partmp.c:281 | 12 | 0 | 13 | ------ | ------ |
| _Partition_MP_Send_process_packet( Partition_MP_Remote_operations, Objects_Id, rtems_name, Objects_Id ) definition rtems/src/partmp.c:35 | 34 | 4 | 17 | 2.000 | ------ |
| _Partition_MP_Send_request_packet( Partition_MP_Remote_operations, Objects_Id, void * ) definition rtems/src/partmp.c:82 | 33 | 5 | 10 | 3.300 | 0.500 |
| _Partition_MP_Send_response_packet( Partition_MP_Remote_operations, Objects_Id, Thread_Control * ) definition rtems/src/partmp.c:133 | 26 | 3 | 9 | 2.889 | ------ |
| _Partition_Manager_initialization( void ) definition rtems/src/part.c:40 | 19 | 0 | 34 | ------ | ------ |
| _Protected_heap_Allocate_aligned_with_boundary( Heap_Control *, uintptr_t, uintptr_t, uintptr_t ) definition score/src/pheapallocate.c:27 | 18 | 1 | 16 | ------ | ------ |
| _Protected_heap_Extend( Heap_Control *, void *, uintptr_t ) definition score/src/pheapextend.c:27 | 13 | 1 | 16 | ------ | ------ |
| _Protected_heap_Free( Heap_Control *, void * ) definition score/src/pheapfree.c:27 | 11 | 1 | 16 | ------ | ------ |
| _Protected_heap_Get_block_size( Heap_Control *, void *, uintptr_t * ) definition score/src/pheapgetblocksize.c:27 | 12 | 1 | 16 | ------ | ------ |
| _Protected_heap_Get_free_information( Heap_Control *, Heap_Information * ) definition score/src/pheapgetfreeinfo.c:27 | 10 | 1 | 19 | ------ | ------ |
| _Protected_heap_Get_information( Heap_Control *, Heap_Information_block * ) definition score/src/pheapgetinfo.c:27 | 14 | 5 | 16 | ------ | 0.312 |
| _Protected_heap_Get_size( Heap_Control * ) definition score/src/pheapgetsize.c:27 | 6 | 1 | 16 | ------ | ------ |
| _Protected_heap_Resize_block( Heap_Control *, void *, uintptr_t ) definition score/src/pheapresizeblock.c:27 | 15 | 1 | 16 | ------ | ------ |
| _Protected_heap_Walk( Heap_Control *, int, bool ) definition score/src/pheapwalk.c:27 | 16 | 2 | 23 | ------ | ------ |
| _RTEMS_API_Initialize( void ) definition sapi/src/rtemsapi.c:57 | 16 | 0 | 10 | ------ | ------ |
| _RTEMS_Tasks_Invoke_task_variable_dtor( Thread_Control *, rtems_task_variable_t * ) definition rtems/src/taskvariable_invoke_dtor.c:23 | 18 | 2 | 12 | ------ | ------ |
| _RTEMS_tasks_Create_extension( Thread_Control *, Thread_Control * ) definition rtems/src/tasks.c:46 | 25 | 6 | 25 | 1.000 | 0.240 |
| _RTEMS_tasks_Delete_extension( Thread_Control *, Thread_Control * ) definition rtems/src/tasks.c:110 | 16 | 1 | 12 | ------ | ------ |
| _RTEMS_tasks_Initialize_user_tasks( void ) definition rtems/src/tasks.c:301 | 5 | 1 | 11 | ------ | ------ |
| _RTEMS_tasks_Initialize_user_tasks_body( void ) definition rtems/src/taskinitusers.c:49 | 31 | 5 | 32 | 0.969 | 0.156 |
| _RTEMS_tasks_MP_Get_packet( void ) definition rtems/src/taskmp.c:338 | 4 | 1 | 21 | ------ | ------ |
| _RTEMS_tasks_MP_Process_packet( rtems_packet_prefix * ) definition rtems/src/taskmp.c:187 | 92 | 11 | 6 | 15.333 | 1.833 |
| _RTEMS_tasks_MP_Send_process_packet( RTEMS_tasks_MP_Remote_operations, Objects_Id, rtems_name ) definition rtems/src/taskmp.c:36 | 32 | 3 | 17 | 1.882 | ------ |
| _RTEMS_tasks_MP_Send_request_packet( RTEMS_tasks_MP_Remote_operations, Objects_Id, rtems_task_priority, uint32_t, uint32_t ) definition rtems/src/taskmp.c:80 | 41 | 5 | 10 | 4.100 | 0.500 |
| _RTEMS_tasks_MP_Send_response_packet( RTEMS_tasks_MP_Remote_operations, Thread_Control * ) definition rtems/src/taskmp.c:138 | 30 | 3 | 9 | 3.333 | ------ |
| _RTEMS_tasks_Manager_initialization( void ) definition rtems/src/tasks.c:250 | 21 | 0 | 25 | 0.840 | ------ |
| _RTEMS_tasks_Post_switch_extension( Thread_Control * ) definition rtems/src/tasks.c:177 | 25 | 4 | 10 | 2.500 | ------ |
| _RTEMS_tasks_Start_extension( Thread_Control *, Thread_Control * ) definition rtems/src/tasks.c:91 | 9 | 0 | 7 | ------ | ------ |
| _RTEMS_tasks_Switch_extension( Thread_Control *, Thread_Control * ) definition rtems/src/tasks.c:144 | 19 | 2 | 9 | ------ | ------ |
| _Rate_monotonic_Get_status( Rate_monotonic_Control *, Rate_monotonic_Period_time_t *, Thread_CPU_usage_t * ) definition rtems/src/ratemonperiod.c:26 | 35 | 6 | 28 | 1.250 | 0.214 |
| _Rate_monotonic_Initiate_statistics( Rate_monotonic_Control * ) definition rtems/src/ratemonperiod.c:96 | 18 | 1 | 18 | ------ | ------ |
| _Rate_monotonic_Manager_initialization( void ) definition rtems/src/ratemon.c:43 | 15 | 0 | 35 | ------ | ------ |
| _Rate_monotonic_Timeout( Objects_Id, void * ) definition rtems/src/ratemontimeout.c:41 | 30 | 6 | 30 | 1.000 | 0.200 |
| _Rate_monotonic_Update_statistics( Rate_monotonic_Control * ) definition rtems/src/ratemonperiod.c:148 | 39 | 12 | 18 | 2.167 | 0.667 |
| _Region_MP_Get_packet( void ) definition rtems/src/regionmp.c:310 | 4 | 1 | 5 | ------ | ------ |
| _Region_MP_Process_packet( rtems_packet_prefix * ) definition rtems/src/regionmp.c:184 | 64 | 9 | 6 | 10.667 | 1.500 |
| _Region_MP_Send_extract_proxy( void * ) definition rtems/src/regionmp.c:290 | 12 | 0 | 13 | ------ | ------ |
| _Region_MP_Send_process_packet( Region_MP_Remote_operations, Objects_Id, rtems_name, Objects_Id ) definition rtems/src/regionmp.c:35 | 34 | 4 | 17 | 2.000 | ------ |
| _Region_MP_Send_request_packet( Region_MP_Remote_operations, Objects_Id, void *, intptr_t, rtems_option, rtems_interval ) definition rtems/src/regionmp.c:82 | 39 | 6 | 10 | 3.900 | 0.600 |
| _Region_MP_Send_response_packet( Region_MP_Remote_operations, Objects_Id, Thread_Control * ) definition rtems/src/regionmp.c:139 | 26 | 3 | 9 | 2.889 | ------ |
| _Region_Manager_initialization( void ) definition rtems/src/region.c:41 | 19 | 0 | 35 | ------ | ------ |
| _Region_Process_queue( Region_Control * ) definition rtems/src/regionprocessqueue.c:44 | 25 | 5 | 40 | 0.625 | 0.125 |
| _STAT_NAME( const char *, stat * ) definition libcsupport/src/stat.c:45 | 18 | 4 | 24 | ------ | ------ |
| _STAT_R_NAME( ... ) definition libcsupport/src/stat.c:89 | 8 | 1 | 5 | ------ | ------ |
| _Semaphore_Core_mutex_mp_support( Thread_Control *, Objects_Id ) definition rtems/src/semmp.c:325 | 12 | 0 | 10 | ------ | ------ |
| _Semaphore_Core_semaphore_mp_support( Thread_Control *, Objects_Id ) definition rtems/src/semmp.c:353 | 12 | 0 | 10 | ------ | ------ |
| _Semaphore_MP_Get_packet( void ) definition rtems/src/semmp.c:308 | 4 | 1 | 5 | ------ | ------ |
| _Semaphore_MP_Process_packet( rtems_packet_prefix * ) definition rtems/src/semmp.c:181 | 58 | 9 | 6 | 9.667 | 1.500 |
| _Semaphore_MP_Send_extract_proxy( void * ) definition rtems/src/semmp.c:287 | 12 | 0 | 5 | ------ | ------ |
| _Semaphore_MP_Send_object_was_deleted( Thread_Control * ) definition rtems/src/semmp.c:267 | 11 | 0 | 5 | ------ | ------ |
| _Semaphore_MP_Send_process_packet( Semaphore_MP_Remote_operations, Objects_Id, rtems_name, Objects_Id ) definition rtems/src/semmp.c:36 | 34 | 4 | 17 | 2.000 | ------ |
| _Semaphore_MP_Send_request_packet( Semaphore_MP_Remote_operations, Objects_Id, rtems_option, rtems_interval ) definition rtems/src/semmp.c:83 | 35 | 6 | 9 | 3.889 | 0.667 |
| _Semaphore_MP_Send_response_packet( Semaphore_MP_Remote_operations, Objects_Id, Thread_Control * ) definition rtems/src/semmp.c:136 | 26 | 3 | 9 | 2.889 | ------ |
| _Semaphore_Manager_initialization( void ) definition rtems/src/sem.c:64 | 19 | 0 | 47 | ------ | ------ |
| _Semaphore_Translate_core_mutex_return_code( uint32_t ) definition rtems/src/semtranslatereturncode.c:77 | 10 | 5 | 6 | ------ | 0.833 |
| _Semaphore_Translate_core_semaphore_return_code( uint32_t ) definition rtems/src/semtranslatereturncode.c:119 | 10 | 5 | 3 | ------ | 1.667 |
| _Signal_MP_Get_packet( void ) definition rtems/src/signalmp.c:187 | 4 | 1 | 21 | ------ | ------ |
| _Signal_MP_Process_packet( rtems_packet_prefix * ) definition rtems/src/signalmp.c:129 | 24 | 3 | 6 | 4.000 | ------ |
| _Signal_MP_Send_request_packet( Signal_MP_Remote_operations, Objects_Id, rtems_signal_set ) definition rtems/src/signalmp.c:46 | 27 | 5 | 30 | 0.900 | 0.167 |
| _Signal_MP_Send_response_packet( Signal_MP_Remote_operations, Thread_Control * ) definition rtems/src/signalmp.c:90 | 20 | 3 | 9 | 2.222 | ------ |
| _Signal_Manager_initialization( void ) definition rtems/src/signal.c:39 | 7 | 0 | 25 | ------ | ------ |
| _TOD_Get( timespec * ) definition score/src/coretodget.c:36 | 18 | 1 | 23 | ------ | ------ |
| _TOD_Get_uptime( Timestamp_Control * ) definition score/src/coretodgetuptime.c:36 | 18 | 1 | 23 | ------ | ------ |
| _TOD_Get_uptime_as_timespec( timespec * ) definition score/src/coretodgetuptimetimespec.c:35 | 8 | 0 | 22 | ------ | ------ |
| _TOD_Handler_initialization( void ) definition score/src/coretod.c:36 | 7 | 0 | 24 | ------ | ------ |
| _TOD_Set( const timespec * ) definition score/src/coretodset.c:39 | 17 | 1 | 24 | ------ | ------ |
| _TOD_Tickle_ticks( void ) definition score/src/coretodtickle.c:38 | 13 | 1 | 26 | ------ | ------ |
| _TOD_To_seconds( const rtems_time_of_day * ) definition rtems/src/clocktodtoseconds.c:55 | 22 | 2 | 13 | 1.692 | ------ |
| _TOD_Validate( const rtems_time_of_day * ) definition rtems/src/clocktodvalidate.c:50 | 26 | 14 | 15 | 1.733 | 0.933 |
| _Thread_Change_priority( Thread_Control *, Priority_Control, bool ) definition score/src/threadchangepriority.c:52 | 38 | 9 | 72 | 0.528 | 0.125 |
| _Thread_Clear_state( Thread_Control *, States_Control ) definition score/src/threadclearstate.c:53 | 26 | 5 | 42 | 0.619 | 0.119 |
| _Thread_Close( Objects_Information *, Thread_Control * ) definition score/src/threadclose.c:43 | 26 | 5 | 50 | 0.520 | 0.100 |
| _Thread_Create_idle( void ) definition score/src/threadcreateidle.c:39 | 30 | 0 | 34 | 0.882 | ------ |
| _Thread_Delay_ended( ... ) definition score/src/threaddelayended.c:46 | 23 | 3 | 25 | 0.920 | ------ |
| _Thread_Dispatch( void ) definition score/src/threaddispatch.c:82 | 56 | 9 | 43 | 1.302 | 0.209 |
| _Thread_Enable_dispatch( void ) definition score/src/threaddispatch.c:54 | 6 | 2 | 27 | ------ | ------ |
| _Thread_Get( Objects_Id, Objects_Locations * ) definition score/src/threadget.c:47 | 40 | 6 | 31 | 1.290 | 0.194 |
| _Thread_Handler( void ) definition score/src/threadhandler.c:79 | 56 | 8 | 53 | 1.057 | 0.151 |
| _Thread_Handler_initialization( void ) definition score/src/thread.c:46 | 42 | 3 | 34 | 1.235 | ------ |
| _Thread_Initialize( Objects_Information *, Thread_Control *, void *, size_t, bool, Priority_Control, bool, Thread_CPU_budget_algorithms, Thread_CPU_budget_algorithm_callout, uint32_t, Objects_Name ) definition score/src/threadinitialize.c:44 | 107 | 26 | 65 | 1.646 | 0.400 |
| _Thread_Load_environment( Thread_Control * ) definition score/src/threadloadenv.c:46 | 23 | 1 | 24 | 0.958 | ------ |
| _Thread_MP_Allocate_proxy( States_Control ) definition score/src/threadmp.c:62 | 26 | 3 | 9 | 2.889 | ------ |
| _Thread_MP_Find_proxy( Objects_Id ) definition score/src/threadmp.c:121 | 30 | 5 | 16 | 1.875 | 0.312 |
| _Thread_MP_Handler_initialization( uint32_t ) definition score/src/threadmp.c:32 | 18 | 2 | 17 | ------ | ------ |
| _Thread_Ready( Thread_Control * ) definition score/src/threadready.c:53 | 17 | 2 | 31 | ------ | ------ |
| _Thread_Reset( Thread_Control *, void *, Thread_Entry_numeric_type ) definition score/src/threadreset.c:43 | 21 | 3 | 21 | 1.000 | ------ |
| _Thread_Restart( Thread_Control *, void *, Thread_Entry_numeric_type ) definition score/src/threadrestart.c:43 | 18 | 4 | 21 | ------ | ------ |
| _Thread_Resume( Thread_Control *, bool ) definition score/src/threadresume.c:54 | 26 | 5 | 31 | 0.839 | 0.161 |
| _Thread_Set_priority( Thread_Control *, Priority_Control ) definition score/src/threadsetpriority.c:47 | 12 | 0 | 25 | ------ | ------ |
| _Thread_Set_state( Thread_Control *, States_Control ) definition score/src/threadsetstate.c:51 | 28 | 5 | 29 | 0.966 | 0.172 |
| _Thread_Set_transient( Thread_Control * ) definition score/src/threadsettransient.c:51 | 20 | 2 | 29 | 0.690 | ------ |
| _Thread_Stack_Allocate( Thread_Control *, size_t ) definition score/src/threadstackallocate.c:44 | 19 | 3 | 36 | ------ | ------ |
| _Thread_Stack_Free( Thread_Control * ) definition score/src/threadstackfree.c:40 | 11 | 3 | 25 | ------ | ------ |
| _Thread_Start( Thread_Control *, Thread_Start_types, void *, void *, Thread_Entry_numeric_type ) definition score/src/threadstart.c:43 | 20 | 3 | 21 | 0.952 | ------ |
| _Thread_Start_multitasking( void ) definition score/src/threadstartmultitasking.c:54 | 9 | 1 | 53 | ------ | ------ |
| _Thread_Suspend( Thread_Control * ) definition score/src/threadsuspend.c:50 | 27 | 5 | 28 | 0.964 | 0.179 |
| _Thread_Tickle_timeslice( void ) definition score/src/threadtickletimeslice.c:46 | 25 | 10 | 42 | 0.595 | 0.238 |
| _Thread_Yield_processor( void ) definition score/src/threadyieldprocessor.c:53 | 20 | 3 | 31 | 0.645 | ------ |
| _Thread_blocking_operation_Cancel( ... ) definition score/src/threadblockingoperationcancel.c:25 | 26 | 4 | 37 | 0.703 | ------ |
| _Thread_queue_Dequeue( Thread_queue_Control * ) definition score/src/threadqdequeue.c:46 | 25 | 5 | 30 | 0.833 | 0.167 |
| _Thread_queue_Dequeue_fifo( Thread_queue_Control * ) definition score/src/threadqdequeuefifo.c:45 | 27 | 5 | 28 | 0.964 | 0.179 |
| _Thread_queue_Dequeue_priority( Thread_queue_Control * ) definition score/src/threadqdequeuepriority.c:45 | 62 | 8 | 33 | 1.879 | 0.242 |
| _Thread_queue_Enqueue_fifo( Thread_queue_Control *, Thread_Control *, ISR_Level * ) definition score/src/threadqenqueuefifo.c:44 | 24 | 3 | 34 | 0.706 | ------ |
| _Thread_queue_Enqueue_priority( Thread_queue_Control *, Thread_Control *, ISR_Level * ) definition score/src/threadqenqueuepriority.c:52 | 115 | 25 | 38 | 3.026 | 0.658 |
| _Thread_queue_Enqueue_with_handler( Thread_queue_Control *, Watchdog_Interval, Thread_queue_Timeout_callout ) definition score/src/threadqenqueue.c:45 | 36 | 5 | 38 | 0.947 | 0.132 |
| _Thread_queue_Extract( Thread_queue_Control *, Thread_Control * ) definition score/src/threadqextract.c:44 | 10 | 1 | 32 | ------ | ------ |
| _Thread_queue_Extract_fifo( ... ) definition score/src/threadqextractfifo.c:45 | 24 | 4 | 28 | 0.857 | ------ |
| _Thread_queue_Extract_priority_helper( ... ) definition score/src/threadqextractpriority.c:46 | 57 | 8 | 36 | 1.583 | 0.222 |
| _Thread_queue_Extract_with_proxy( Thread_Control * ) definition score/src/threadqextractwithproxy.c:39 | 22 | 6 | 22 | 1.000 | 0.273 |
| _Thread_queue_First( Thread_queue_Control * ) definition score/src/threadqfirst.c:42 | 11 | 2 | 26 | ------ | ------ |
| _Thread_queue_First_fifo( Thread_queue_Control * ) definition score/src/threadqfirstfifo.c:42 | 8 | 3 | 25 | ------ | ------ |
| _Thread_queue_First_priority( Thread_queue_Control * ) definition score/src/threadqfirstpriority.c:42 | 14 | 4 | 25 | ------ | ------ |
| _Thread_queue_Flush( ... ) definition score/src/threadqflush.c:42 | 15 | 2 | 25 | ------ | ------ |
| _Thread_queue_Initialize( Thread_queue_Control *, Thread_queue_Disciplines, States_Control, uint32_t ) definition score/src/threadq.c:43 | 21 | 2 | 27 | 0.778 | ------ |
| _Thread_queue_Process_timeout( Thread_Control * ) definition score/src/threadqprocesstimeout.c:28 | 16 | 3 | 23 | ------ | ------ |
| _Thread_queue_Requeue( Thread_queue_Control *, Thread_Control * ) definition score/src/threadqrequeue.c:44 | 20 | 4 | 35 | 0.571 | ------ |
| _Thread_queue_Timeout( ... ) definition score/src/threadqtimeout.c:40 | 18 | 3 | 24 | ------ | ------ |
| _Timer_Manager_initialization( void ) definition rtems/src/rtemstimer.c:40 | 16 | 0 | 35 | ------ | ------ |
| _Timer_server_Body( rtems_task_argument ) definition rtems/src/timerserver.c:359 | 39 | 5 | 29 | 1.345 | 0.172 |
| _Timer_server_Get_watchdogs_that_fire_now( Timer_server_Control *, Chain_Control *, Chain_Control * ) definition rtems/src/timerserver.c:305 | 25 | 3 | 14 | 1.786 | ------ |
| _Timer_server_Insert_timer( Timer_server_Control *, Timer_Control * ) definition rtems/src/timerserver.c:112 | 11 | 2 | 0 | ------ | ------ |
| _Timer_server_Insert_timer_and_make_snapshot( Timer_server_Control *, Timer_Control * ) definition rtems/src/timerserver.c:124 | 62 | 9 | 25 | 2.480 | 0.360 |
| _Timer_server_Process_insertions( Timer_server_Control * ) definition rtems/src/timerserver.c:292 | 10 | 3 | 0 | ------ | ------ |
| _Timer_server_Process_interval_watchdogs( Timer_server_Watchdogs *, Chain_Control * ) definition rtems/src/timerserver.c:241 | 10 | 0 | 3 | ------ | ------ |
| _Timer_server_Process_tod_watchdogs( Timer_server_Watchdogs *, Chain_Control * ) definition rtems/src/timerserver.c:258 | 17 | 2 | 13 | ------ | ------ |
| _Timer_server_Reset_interval_system_watchdog( Timer_server_Control * ) definition rtems/src/timerserver.c:53 | 19 | 1 | 3 | ------ | ------ |
| _Timer_server_Reset_tod_system_watchdog( Timer_server_Control * ) definition rtems/src/timerserver.c:86 | 19 | 1 | 3 | ------ | ------ |
| _Timer_server_Schedule_operation_method( Timer_server_Control *, Timer_Control * ) definition rtems/src/timerserver.c:222 | 11 | 1 | 7 | ------ | ------ |
| _Timer_server_Stop_interval_system_watchdog( Timer_server_Control * ) definition rtems/src/timerserver.c:46 | 6 | 0 | 0 | ------ | ------ |
| _Timer_server_Stop_tod_system_watchdog( Timer_server_Control * ) definition rtems/src/timerserver.c:79 | 6 | 0 | 0 | ------ | ------ |
| _Timespec_Add_to( timespec *, const timespec * ) definition score/src/timespecaddto.c:32 | 15 | 2 | 19 | ------ | ------ |
| _Timespec_Divide( const timespec *, const timespec *, uint32_t *, uint32_t * ) definition score/src/timespecdivide.c:25 | 21 | 2 | 21 | 1.000 | ------ |
| _Timespec_Divide_by_integer( const timespec *, uint32_t, timespec * ) definition score/src/timespecdividebyinteger.c:25 | 14 | 0 | 22 | ------ | ------ |
| _Timespec_From_ticks( uint32_t, timespec * ) definition score/src/timespecfromticks.c:23 | 11 | 0 | 9 | ------ | ------ |
| _Timespec_Greater_than( const timespec *, const timespec * ) definition score/src/timespecgreaterthan.c:26 | 13 | 7 | 13 | ------ | 0.538 |
| _Timespec_Is_valid( const timespec * ) definition score/src/timespecisvalid.c:26 | 14 | 9 | 12 | ------ | 0.750 |
| _Timespec_Less_than( const timespec *, const timespec * ) definition score/src/timespeclessthan.c:26 | 13 | 7 | 13 | ------ | 0.538 |
| _Timespec_Subtract( const timespec *, const timespec *, timespec * ) definition score/src/timespecsubtract.c:26 | 15 | 1 | 12 | ------ | ------ |
| _Timespec_To_ticks( const timespec * ) definition score/src/timespectoticks.c:33 | 13 | 6 | 16 | ------ | 0.375 |
| _Timestamp64_Add_to( Timestamp64_Control *, Timestamp64_Control * ) definition score/src/ts64addto.c:26 | 7 | 0 | 12 | ------ | ------ |
| _Timestamp64_Divide( const Timestamp64_Control *, const Timestamp64_Control *, uint32_t *, uint32_t * ) definition score/src/ts64divide.c:26 | 17 | 2 | 18 | ------ | ------ |
| _Timestamp64_Divide_by_integer( Timestamp64_Control *, uint32_t, Timestamp64_Control * ) definition score/src/ts64dividebyinteger.c:26 | 8 | 0 | 12 | ------ | ------ |
| _Timestamp64_Equal_to( Timestamp64_Control *, Timestamp64_Control * ) definition score/src/ts64equalto.c:26 | 7 | 1 | 12 | ------ | ------ |
| _Timestamp64_Get_nanoseconds( Timestamp64_Control * ) definition score/src/ts64getnanoseconds.c:26 | 6 | 1 | 12 | ------ | ------ |
| _Timestamp64_Get_seconds( Timestamp64_Control * ) definition score/src/ts64getseconds.c:26 | 6 | 1 | 12 | ------ | ------ |
| _Timestamp64_Greater_than( Timestamp64_Control *, Timestamp64_Control * ) definition score/src/ts64greaterthan.c:26 | 7 | 1 | 12 | ------ | ------ |
| _Timestamp64_Less_than( Timestamp64_Control *, Timestamp64_Control * ) definition score/src/ts64lessthan.c:26 | 7 | 1 | 12 | ------ | ------ |
| _Timestamp64_Set( Timestamp64_Control *, long, long ) definition score/src/ts64set.c:26 | 11 | 0 | 12 | ------ | ------ |
| _Timestamp64_Set_to_zero( Timestamp64_Control * ) definition score/src/ts64settozero.c:26 | 6 | 0 | 12 | ------ | ------ |
| _Timestamp64_Subtract( Timestamp64_Control *, Timestamp64_Control *, Timestamp64_Control * ) definition score/src/ts64subtract.c:26 | 8 | 0 | 12 | ------ | ------ |
| _Timestamp64_To_ticks( const Timestamp64_Control * ) definition score/src/ts64toticks.c:28 | 10 | 3 | 12 | ------ | ------ |
| _Timestamp64_To_timespec( Timestamp64_Control *, timespec * ) definition score/src/ts64totimespec.c:26 | 8 | 0 | 12 | ------ | ------ |
| _User_extensions_Add_set( User_extensions_Control * ) definition score/src/userextaddset.c:27 | 14 | 1 | 19 | ------ | ------ |
| _User_extensions_Fatal( Internal_errors_Source, bool, Internal_errors_t ) definition score/src/userextthreadbegin.c:63 | 16 | 2 | 0 | ------ | ------ |
| _User_extensions_Handler_initialization( void ) definition score/src/userext.c:30 | 26 | 2 | 16 | 1.625 | ------ |
| _User_extensions_Remove_set( User_extensions_Control * ) definition score/src/userextremoveset.c:27 | 8 | 1 | 19 | ------ | ------ |
| _User_extensions_Thread_begin( Thread_Control * ) definition score/src/userextthreadbegin.c:27 | 14 | 2 | 16 | ------ | ------ |
| _User_extensions_Thread_create( Thread_Control * ) definition score/src/userextthreadcreate.c:27 | 22 | 5 | 16 | 1.375 | 0.312 |
| _User_extensions_Thread_delete( Thread_Control * ) definition score/src/userextthreaddelete.c:27 | 17 | 2 | 16 | ------ | ------ |
| _User_extensions_Thread_exitted( Thread_Control * ) definition score/src/userextthreadbegin.c:45 | 14 | 2 | 0 | ------ | ------ |
| _User_extensions_Thread_restart( Thread_Control * ) definition score/src/userextthreadrestart.c:27 | 17 | 2 | 16 | ------ | ------ |
| _User_extensions_Thread_start( Thread_Control * ) definition score/src/userextthreadstart.c:27 | 17 | 2 | 16 | ------ | ------ |
| _User_extensions_Thread_switch( Thread_Control *, Thread_Control * ) definition score/src/userextthreadswitch.c:27 | 14 | 1 | 16 | ------ | ------ |
| _Watchdog_Adjust( Chain_Control *, Watchdog_Adjust_directions, Watchdog_Interval ) definition score/src/watchdogadjust.c:38 | 33 | 9 | 35 | 0.943 | 0.257 |
| _Watchdog_Adjust_to_chain( Chain_Control *, Watchdog_Interval, Chain_Control * ) definition score/src/watchdogadjusttochain.c:25 | 40 | 14 | 21 | 1.905 | 0.667 |
| _Watchdog_Handler_initialization( void ) definition score/src/watchdog.c:34 | 8 | 0 | 22 | ------ | ------ |
| _Watchdog_Insert( Chain_Control *, Watchdog_Control * ) definition score/src/watchdoginsert.c:31 | 47 | 10 | 45 | 1.044 | 0.222 |
| _Watchdog_Remove( Watchdog_Control * ) definition score/src/watchdogremove.c:31 | 30 | 7 | 23 | 1.304 | 0.304 |
| _Watchdog_Report( const char *, Watchdog_Control * ) definition score/src/watchdogreport.c:25 | 17 | 2 | 13 | ------ | ------ |
| _Watchdog_Report_chain( const char *, Chain_Control * ) definition score/src/watchdogreportchain.c:26 | 23 | 2 | 13 | 1.769 | ------ |
| _Watchdog_Tickle( Chain_Control * ) definition score/src/watchdogtickle.c:36 | 40 | 10 | 64 | 0.625 | 0.156 |
| _Workspace_Allocate( size_t ) definition score/src/wkspace.c:60 | 15 | 1 | 3 | ------ | ------ |
| _Workspace_Allocate_or_fatal_error( size_t ) definition score/src/wkspace.c:100 | 21 | 2 | 3 | 7.000 | ------ |
| _Workspace_Free( void * ) definition score/src/wkspace.c:82 | 12 | 1 | 3 | ------ | ------ |
| _Workspace_Handler_initialization( void ) definition score/src/wkspace.c:33 | 20 | 2 | 16 | 1.250 | ------ |
| __COPYRIGHT( ... ) declaration libmisc/shell/main_mv.c:42declaration libmisc/shell/main_ln.c:38declaration libmisc/shell/main_ls.c:42declaration libmisc/shell/main_mknod.c:42declaration libmisc/shell/main_cp.c:41 | 10 | 0 | 149 | ------ | ------ |
| __CPU_Context_switch( Context_Control *, Context_Control * ) definition score/cpu/sh/context.c:167 | 12 | 0 | 24 | ------ | ------ |
| __Exception_Handler( CPU_Exception_frame * ) definition score/cpu/nios2/irq.c:86 | 4 | 0 | 0 | ------ | ------ |
| __FBSDID( ... ) declaration libmisc/shell/hexdump-conv.c:42declaration libmisc/shell/main_hexdump.c:48declaration libmisc/shell/dd-position.c:42declaration libmisc/shell/hexdump-parse.c:42declaration libmisc/shell/main_dd.c:49declaration libmisc/shell/dd-misc.c:45declaration libmisc/shell/dd-conv.c:44declaration libmisc/shell/pwcache.c:38declaration libmisc/shell/dd-args.c:44declaration libmisc/shell/hexdump-odsyntax.c:43declaration libmisc/shell/hexdump-display.c:45declaration libmisc/shell/filemode.c:38declaration libmisc/shell/main_rm.c:47declaration libmisc/shell/dd-conv_tab.c:44declaration libmisc/shell/hexsyntax.c:42 | 15 | 0 | 11 | ------ | ------ |
| __ISR_Handler( uint32_t, CPU_Interrupt_frame * ) definition score/cpu/lm32/irq.c:40definition score/cpu/nios2/irq.c:37 | 57 | 11 | 11 | 5.182 | 1.000 |
| __RCSID( ... ) declaration libmisc/shell/utils-cp.c:42declaration libmisc/shell/print-ls.c:45declaration libmisc/shell/cmp-ls.c:45declaration libmisc/shell/err.c:45declaration libmisc/shell/main_mv.c:50declaration libmisc/shell/utils-ls.c:45declaration libmisc/shell/fts.c:45declaration libmisc/shell/main_ln.c:46declaration libmisc/shell/errx.c:45declaration libmisc/shell/vwarn.c:45declaration libmisc/shell/vwarnx.c:45declaration libmisc/shell/mknod-pack_dev.c:43declaration libmisc/shell/warnx.c:45declaration libmisc/shell/warn.c:45declaration libmisc/shell/verrx.c:45declaration libmisc/shell/verr.c:45declaration libmisc/shell/main_ls.c:50declaration libmisc/shell/main_mknod.c:44declaration libmisc/shell/main_cp.c:50declaration libmisc/shell/vis.c:74 | 20 | 0 | 88 | 0.227 | ------ |
| __assert( const char *, int, const char * ) definition libcsupport/src/__assert.c:44 | 8 | 0 | 0 | ------ | ------ |
| __assert_func( const char *, int, const char *, const char * ) definition libcsupport/src/__assert.c:25 | 16 | 2 | 14 | ------ | ------ |
| __attribute__( ... ) declaration score/cpu/i386/sse_test.c:116definition libmisc/monitor/mon-monitor.c:295 | 10 | 0 | 91 | ------ | ------ |
| __env_lock( ... ) definition libcsupport/src/envlock.c:98 | 4 | 0 | 0 | ------ | ------ |
| __env_lock( _reent * ) definition libcsupport/src/envlock.c:64 | 7 | 2 | 5 | ------ | ------ |
| __env_unlock( ... ) definition libcsupport/src/envlock.c:104 | 4 | 0 | 0 | ------ | ------ |
| __env_unlock( _reent * ) definition libcsupport/src/envlock.c:79 | 5 | 1 | 4 | ------ | ------ |
| __getpid( void ) definition libcsupport/src/__getpid.c:14 | 4 | 1 | 5 | ------ | ------ |
| __kill( pid_t, int ) definition libcsupport/src/kill_noposix.c:44 | 4 | 1 | 0 | ------ | ------ |
| __rtems_envlock_init( void ) definition libcsupport/src/envlock.c:43 | 16 | 4 | 1 | ------ | ------ |
| __weak_alias( err, _err ) definition libmisc/shell/err.c:53 | 9 | 0 | 1 | ------ | ------ |
| __weak_alias( errx, _errx ) definition libmisc/shell/errx.c:53 | 9 | 0 | 1 | ------ | ------ |
| __weak_alias( verr, _verr ) definition libmisc/shell/verr.c:57 | 14 | 1 | 1 | ------ | ------ |
| __weak_alias( verrx, _verrx ) definition libmisc/shell/verrx.c:55 | 10 | 1 | 1 | ------ | ------ |
| __weak_alias( vwarn, _vwarn ) definition libmisc/shell/vwarn.c:57 | 13 | 1 | 1 | ------ | ------ |
| __weak_alias( vwarnx, _vwarnx ) definition libmisc/shell/vwarnx.c:55 | 9 | 1 | 1 | ------ | ------ |
| __weak_alias( warn, _warn ) definition libmisc/shell/warn.c:53 | 9 | 0 | 1 | ------ | ------ |
| __weak_alias( warnx, _warnx ) definition libmisc/shell/warnx.c:53 | 9 | 0 | 1 | ------ | ------ |
| _calloc_r( ... ) definition libcsupport/src/_calloc_r.c:22 | 8 | 1 | 11 | ------ | ------ |
| _cexpModuleFinalize( void * ) definition libfs/src/nfsclient/src/nfs.modini.c:26definition libfs/src/nfsclient/src/rpcio.modini.c:14 | 8 | 2 | 0 | ------ | ------ |
| _cexpModuleInitialize( void * ) definition libfs/src/nfsclient/src/nfs.modini.c:10definition libfs/src/nfsclient/src/rpcio.modini.c:8 | 15 | 0 | 1 | ------ | ------ |
| _chown_helper( const char *, uid_t, gid_t, int ) declaration libcsupport/src/lchown.c:22definition libcsupport/src/chown.c:27 | 16 | 3 | 22 | ------ | ------ |
| _close_r( ... ) definition libcsupport/src/close.c:50 | 7 | 1 | 5 | ------ | ------ |
| _defaultExcHandler( CPU_Exception_frame * ) definition score/cpu/arm/arm_exc_handler_high.c:39definition score/cpu/i386/cpu.c:124 | 75 | 7 | 37 | 2.027 | 0.189 |
| _exc_data_abort( void ) declaration score/cpu/arm/arm_exc_handler_high.c:86 | 1 | 0 | 0 | ------ | ------ |
| _execve( ... ) definition posix/src/_execve.c:21 | 8 | 0 | 11 | ------ | ------ |
| _fat_block_read( rtems_filesystem_mount_table_entry_t *, uint32_t, uint32_t, uint32_t, void * ) definition libfs/src/dosfs/fat.c:177 | 29 | 4 | 0 | ****** | ------ |
| _fat_block_release( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/dosfs/fat.c:277 | 6 | 1 | 0 | ------ | ------ |
| _fat_block_write( rtems_filesystem_mount_table_entry_t *, uint32_t, uint32_t, uint32_t, const void * ) definition libfs/src/dosfs/fat.c:228 | 32 | 5 | 0 | ****** | ****** |
| _fcntl_r( ... ) definition libcsupport/src/fcntl.c:175 | 9 | 1 | 5 | ------ | ------ |
| _free_r( ... ) definition libcsupport/src/_free_r.c:22 | 7 | 0 | 11 | ------ | ------ |
| _fstat_r( ... ) definition libcsupport/src/fstat.c:64 | 8 | 1 | 5 | ------ | ------ |
| _fwalk( ... ) declaration libcsupport/src/newlibc_reent.c:41declaration libcsupport/src/newlibc_exit.c:39 | 2 | 0 | 39 | ------ | ------ |
| _fwalk( _reent *, void * ) declaration libcsupport/src/sync.c:43 | 1 | 0 | 7 | ------ | ------ |
| _getpid_r( ... ) definition libcsupport/src/getpid.c:35 | 6 | 1 | 5 | ------ | ------ |
| _gettimeofday( timeval *, timezone * ) definition libcsupport/src/__gettod.c:77 | 7 | 1 | 3 | ------ | ------ |
| _gettimeofday_r( ... ) definition libcsupport/src/__gettod.c:62 | 8 | 1 | 3 | ------ | ------ |
| _hash_delete( rtems_chain_control *, uint32_t, uint32_t, fat_file_fd_t * ) declaration libfs/src/dosfs/fat_file.c:40definition libfs/src/dosfs/fat_file.c:899 | 7 | 0 | 0 | ------ | ------ |
| _hash_insert( rtems_chain_control *, uint32_t, uint32_t, fat_file_fd_t * ) declaration libfs/src/dosfs/fat_file.c:36definition libfs/src/dosfs/fat_file.c:879 | 7 | 0 | 0 | ------ | ------ |
| _hash_search( rtems_filesystem_mount_table_entry_t *, rtems_chain_control *, uint32_t, uint32_t, fat_file_fd_t ** ) declaration libfs/src/dosfs/fat_file.c:44definition libfs/src/dosfs/fat_file.c:920 | 33 | 6 | 0 | ****** | ****** |
| _isatty_r( ... ) definition libcsupport/src/isatty_r.c:28 | 7 | 1 | 14 | ------ | ------ |
| _kill_r( _reent *, pid_t, int ) definition posix/src/kill_r.c:29definition libcsupport/src/kill_noposix.c:38 | 12 | 2 | 11 | ------ | ------ |
| _link_r( ... ) definition libcsupport/src/link.c:86 | 8 | 1 | 5 | ------ | ------ |
| _lseek_r( ... ) definition libcsupport/src/lseek.c:85 | 9 | 1 | 5 | ------ | ------ |
| _main( void ) declaration score/src/threadhandler.c:49 | 1 | 0 | 0 | ------ | ------ |
| _malloc_r( ... ) definition libcsupport/src/_malloc_r.c:22 | 7 | 1 | 11 | ------ | ------ |
| _open_r( ... ) definition libcsupport/src/open.c:206 | 9 | 1 | 5 | ------ | ------ |
| _read_r( ... ) definition libcsupport/src/read.c:58 | 9 | 1 | 5 | ------ | ------ |
| _realloc_r( ... ) definition libcsupport/src/_realloc_r.c:22 | 8 | 1 | 11 | ------ | ------ |
| _reclaim_reent( _reent * ) declaration libcsupport/src/newlibc_exit.c:52 | 1 | 0 | 0 | ------ | ------ |
| _rename_r( ... ) definition libcsupport/src/_rename_r.c:26 | 59 | 13 | 24 | 2.458 | 0.542 |
| _rtems_octal2ulong( const char *, size_t ) definition libmisc/untar/untar.c:70 | 18 | 4 | 0 | ------ | ------ |
| _rtems_tar_header_checksum( const char * ) definition libmisc/untar/untar.c:369 | 15 | 4 | 0 | ------ | ------ |
| _termios_printk_null_char( ... ) definition libmisc/serdbg/termios_printk.c:48 | 5 | 1 | 0 | ------ | ------ |
| _times( tms * ) definition libcsupport/src/__times.c:29 | 33 | 2 | 21 | 1.571 | ------ |
| _times_r( ... ) definition libcsupport/src/__times.c:107 | 7 | 1 | 5 | ------ | ------ |
| _unlink_r( ... ) definition libcsupport/src/unlink.c:96 | 7 | 1 | 5 | ------ | ------ |
| _wrapup_reent( _reent * ) declaration libcsupport/src/newlibc_exit.c:51 | 1 | 0 | 5 | ------ | ------ |
| _write_r( ... ) definition libcsupport/src/write_r.c:31 | 9 | 1 | 16 | ------ | ------ |
| acccmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:115 | 13 | 9 | 0 | ------ | ****** |
| access( const char *, int ) definition libcsupport/src/access.c:22 | 22 | 12 | 11 | 2.000 | 1.091 |
| add( rtems_shell_hexdump_globals *, const char * ) definition libmisc/shell/hexdump-parse.c:90 | 53 | 22 | 11 | 4.818 | 2.000 |
| addfile( rtems_shell_hexdump_globals *, char * ) definition libmisc/shell/hexdump-parse.c:65 | 22 | 9 | 0 | ****** | ****** |
| adjtime( timeval *, timeval * ) definition posix/src/adjtime.c:42 | 37 | 9 | 32 | 1.156 | 0.281 |
| aio_cancel( int, aiocb * ) definition posix/src/aio_cancel.c:39 | 75 | 16 | 23 | 3.261 | 0.696 |
| aio_error( const aiocb * ) definition posix/src/aio_error.c:35 | 4 | 1 | 0 | ------ | ------ |
| aio_fsync( int, aiocb * ) definition posix/src/aio_fsync.c:39 | 19 | 5 | 24 | ------ | 0.208 |
| aio_read( aiocb * ) definition posix/src/aio_read.c:42 | 18 | 7 | 0 | ------ | ****** |
| aio_return( const aiocb * ) definition posix/src/aio_return.c:34 | 4 | 1 | 0 | ------ | ------ |
| aio_suspend( ... ) definition posix/src/aio_suspend.c:24 | 8 | 0 | 11 | ------ | ------ |
| aio_write( aiocb * ) definition posix/src/aio_write.c:42 | 18 | 7 | 0 | ------ | ****** |
| alarm( int ) definition posix/src/alarm.c:41 | 21 | 5 | 8 | 2.625 | 0.625 |
| alloc_mount_table_entry( const char *, const char *, const char *, size_t * ) definition libcsupport/src/mount.c:66 | 29 | 4 | 0 | ****** | ------ |
| alphasort( const void *, const void * ) definition libcsupport/src/scandir.c:160 | 7 | 1 | 0 | ------ | ------ |
| badcnt( rtems_shell_hexdump_globals *, char * ) definition libmisc/shell/hexdump-parse.c:511 | 4 | 0 | 0 | ------ | ------ |
| badconv( rtems_shell_hexdump_globals *, char * ) definition libmisc/shell/hexdump-parse.c:529 | 4 | 0 | 0 | ------ | ------ |
| badfmt( rtems_shell_hexdump_globals *, const char * ) definition libmisc/shell/hexdump-parse.c:523 | 4 | 0 | 0 | ------ | ------ |
| badsfmt( rtems_shell_hexdump_globals * ) definition libmisc/shell/hexdump-parse.c:517 | 4 | 0 | 0 | ------ | ------ |
| block( rtems_shell_dd_globals * ) definition libmisc/shell/dd-conv.c:106 | 56 | 23 | 23 | 2.435 | 1.000 |
| block_close( rtems_shell_dd_globals * ) definition libmisc/shell/dd-conv.c:193 | 10 | 2 | 8 | ------ | ------ |
| bufFree( mbuf ** ) declaration libfs/src/nfsclient/src/rpcio.c:272 | 1 | 0 | 0 | ------ | ------ |
| build( char *, mode_t ) definition libcsupport/src/rtems_mkdir.c:61 | 54 | 23 | 13 | 4.154 | 1.769 |
| c_arg( const void *, const void * ) declaration libmisc/shell/dd-args.c:61definition libmisc/shell/dd-args.c:185 | 6 | 1 | 0 | ------ | ------ |
| c_conv( const void *, const void * ) declaration libmisc/shell/dd-args.c:62definition libmisc/shell/dd-args.c:350 | 6 | 1 | 0 | ------ | ------ |
| callPack( rtems_shell_mknod_globals *, pack_t *, int, u_long * ) declaration libmisc/shell/main_mknod.c:88 | 2 | 0 | 0 | ------ | ------ |
| calloc( size_t, size_t ) definition libcsupport/src/calloc.c:22 | 15 | 2 | 12 | ------ | ------ |
| cd( char * ) definition libfs/src/nfsclient/src/dirutils.c:347 | 4 | 1 | 0 | ------ | ------ |
| cfgetispeed( const termios * ) definition libcsupport/src/cfgetispeed.c:26 | 6 | 1 | 11 | ------ | ------ |
| cfgetospeed( const termios * ) definition libcsupport/src/cfgetospeed.c:26 | 6 | 1 | 11 | ------ | ------ |
| cfsetispeed( termios *, speed_t ) definition libcsupport/src/cfsetispeed.c:29 | 10 | 2 | 11 | ------ | ------ |
| cfsetospeed( termios *, speed_t ) definition libcsupport/src/cfsetospeed.c:29 | 10 | 2 | 11 | ------ | ------ |
| chdir( const char * ) definition libcsupport/src/chdir.c:26 | 20 | 5 | 17 | 1.176 | 0.294 |
| check2_rm( rtems_shell_rm_globals *, char ** ) declaration libmisc/shell/main_rm.c:131definition libmisc/shell/main_rm.c:612 | 47 | 20 | 1 | 47.000 | 20.000 |
| check_rm( rtems_shell_rm_globals *, char *, char *, stat * ) declaration libmisc/shell/main_rm.c:130definition libmisc/shell/main_rm.c:537 | 37 | 20 | 8 | 4.625 | 2.500 |
| checkdot_rm( rtems_shell_rm_globals *, char ** ) declaration libmisc/shell/main_rm.c:132definition libmisc/shell/main_rm.c:663 | 22 | 5 | 0 | ****** | ****** |
| checkslash_rm( rtems_shell_rm_globals *, char ** ) declaration libmisc/shell/main_rm.c:133definition libmisc/shell/main_rm.c:592 | 18 | 4 | 0 | ------ | ------ |
| chmod( const char *, mode_t ) definition libcsupport/src/chmod.c:28 | 15 | 3 | 11 | ------ | ------ |
| chown( const char *, uid_t, gid_t ) definition libcsupport/src/chown.c:47 | 8 | 1 | 0 | ------ | ------ |
| chroot( const char * ) definition libcsupport/src/chroot.c:27 | 22 | 5 | 17 | 1.294 | 0.294 |
| clock_getcpuclockid( pid_t, clockid_t * ) definition posix/src/clockgetcpuclockid.c:32 | 7 | 0 | 13 | ------ | ------ |
| clock_getenable_attr( clockid_t, int * ) definition posix/src/clockgetenableattr.c:32 | 7 | 0 | 13 | ------ | ------ |
| clock_getres( clockid_t, timespec * ) definition posix/src/clockgetres.c:36 | 22 | 5 | 19 | 1.158 | 0.263 |
| clock_gettime( clockid_t, timespec * ) definition posix/src/clockgettime.c:31 | 24 | 9 | 13 | 1.846 | 0.692 |
| clock_setenable_attr( clockid_t, int ) definition posix/src/clocksetenableattr.c:32 | 7 | 0 | 13 | ------ | ------ |
| clock_settime( clockid_t, const timespec * ) definition posix/src/clocksettime.c:31 | 22 | 6 | 13 | 1.692 | 0.462 |
| close( int ) definition libcsupport/src/close.c:20 | 15 | 1 | 11 | ------ | ------ |
| close_all_fds( void ) definition libmisc/uuid/gen_uuid.c:452 | 12 | 1 | 3 | ------ | ------ |
| closedir( DIR * ) definition libcsupport/src/closedir.c:62 | 13 | 2 | 0 | ------ | ------ |
| compare_format( const void *, const void * ) declaration libmisc/shell/mknod-pack_dev.c:65 | 1 | 0 | 0 | ------ | ------ |
| conv_c( rtems_shell_hexdump_globals *, PR *, u_char *, size_t ) definition libmisc/shell/hexdump-conv.c:57 | 88 | 15 | 10 | 8.800 | 1.500 |
| conv_u( rtems_shell_hexdump_globals *, PR *, u_char * ) definition libmisc/shell/hexdump-conv.c:159 | 28 | 7 | 2 | 14.000 | 3.500 |
| copy( ... ) declaration libmisc/shell/main_cp.c:99definition libmisc/shell/main_cp.c:287 | 167 | 53 | 57 | 2.930 | 0.930 |
| copy( char *, char * ) declaration libmisc/shell/main_mv.c:87 | 1 | 0 | 0 | ------ | ------ |
| copy_fifo( rtems_shell_cp_globals *, stat *, int ) definition libmisc/shell/utils-cp.c:304 | 12 | 7 | 0 | ------ | ****** |
| copy_file( ... ) definition libmisc/shell/utils-cp.c:88 | 153 | 52 | 23 | 6.652 | 2.261 |
| copy_link( rtems_shell_cp_globals *, FTSENT *, int ) definition libmisc/shell/utils-cp.c:282 | 19 | 9 | 0 | ------ | ****** |
| copy_mv( rtems_shell_mv_globals *, char *, char * ) declaration libmisc/shell/main_mv.c:138definition libmisc/shell/main_mv.c:414 | 56 | 21 | 0 | ****** | ****** |
| copy_special( rtems_shell_cp_globals *, stat *, int ) definition libmisc/shell/utils-cp.c:318 | 12 | 7 | 0 | ------ | ****** |
| copy_string( const char *, char *, size_t ) definition libmisc/bspcmdline/bspcmdline_getparam.c:18 | 19 | 6 | 9 | ------ | 0.667 |
| cp( char *, char *, char * ) definition libfs/src/nfsclient/src/dirutils.c:184 | 96 | 20 | 14 | 6.857 | 1.429 |
| creat( const char *, mode_t ) definition libcsupport/src/creat.c:17 | 4 | 1 | 0 | ------ | ------ |
| ctermid( char * ) definition libcsupport/src/ctermid.c:26 | 9 | 3 | 5 | ------ | ------ |
| dd_close( rtems_shell_dd_globals * ) declaration libmisc/shell/main_dd.c:81definition libmisc/shell/main_dd.c:440 | 21 | 10 | 0 | ****** | ****** |
| dd_in( rtems_shell_dd_globals * ) declaration libmisc/shell/main_dd.c:82definition libmisc/shell/main_dd.c:331 | 67 | 22 | 26 | 2.577 | 0.846 |
| dd_out( rtems_shell_dd_globals *, int ) definition libmisc/shell/main_dd.c:462 | 74 | 29 | 18 | 4.111 | 1.611 |
| def( rtems_shell_dd_globals * ) definition libmisc/shell/dd-conv.c:62 | 16 | 3 | 7 | ------ | ------ |
| def_close( rtems_shell_dd_globals * ) definition libmisc/shell/dd-conv.c:91 | 5 | 1 | 1 | ------ | ------ |
| devFS_Show( void ) definition libfs/src/devfs/devfs_show.c:16 | 17 | 4 | 6 | ------ | ------ |
| devFS_close( rtems_libio_t * ) definition libfs/src/devfs/devclose.c:18 | 18 | 1 | 6 | ------ | ------ |
| devFS_evaluate_for_make( const char *, rtems_filesystem_location_info_t *, const char ** ) definition libfs/src/devfs/devfs_eval.c:75 | 9 | 1 | 1 | ------ | ------ |
| devFS_evaluate_path( const char *, size_t, int, rtems_filesystem_location_info_t * ) definition libfs/src/devfs/devfs_eval.c:32 | 29 | 7 | 4 | 7.250 | 1.750 |
| devFS_initialize( rtems_filesystem_mount_table_entry_t *, const void * ) definition libfs/src/devfs/devfs_init.c:62 | 20 | 2 | 4 | 5.000 | ------ |
| devFS_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/devfs/devioctl.c:18 | 22 | 3 | 7 | 3.143 | ------ |
| devFS_mknod( const char *, mode_t, dev_t, rtems_filesystem_location_info_t * ) definition libfs/src/devfs/devfs_mknod.c:23 | 41 | 13 | 15 | 2.733 | 0.867 |
| devFS_node_type( rtems_filesystem_location_info_t * ) definition libfs/src/devfs/devfs_node_type.c:15 | 6 | 1 | 9 | ------ | ------ |
| devFS_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/devfs/devopen.c:18 | 21 | 1 | 6 | 3.500 | ------ |
| devFS_read( rtems_libio_t *, void *, size_t ) definition libfs/src/devfs/devread.c:18 | 25 | 3 | 6 | 4.167 | ------ |
| devFS_stat( rtems_filesystem_location_info_t *, stat * ) definition libfs/src/devfs/devstat.c:22 | 13 | 2 | 11 | ------ | ------ |
| devFS_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/devfs/devwrite.c:18 | 25 | 3 | 6 | 4.167 | ------ |
| device_close( rtems_libio_t * ) definition libfs/src/imfs/deviceio.c:65 | 19 | 1 | 5 | ------ | ------ |
| device_ftruncate( rtems_libio_t *, rtems_off64_t ) definition libfs/src/imfs/deviceio.c:227 | 7 | 1 | 10 | ------ | ------ |
| device_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/imfs/deviceio.c:170 | 22 | 3 | 5 | 4.400 | ------ |
| device_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/imfs/deviceio.c:206 | 8 | 1 | 7 | ------ | ------ |
| device_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/imfs/deviceio.c:33 | 21 | 1 | 19 | 1.105 | ------ |
| device_read( rtems_libio_t *, void *, size_t ) definition libfs/src/imfs/deviceio.c:96 | 25 | 3 | 5 | 5.000 | ------ |
| device_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/imfs/deviceio.c:133 | 25 | 3 | 5 | 5.000 | ------ |
| display( rtems_shell_ls_globals *, FTSENT *, FTSENT * ) declaration libmisc/shell/main_ls.c:80definition libmisc/shell/main_ls.c:508 | 161 | 45 | 18 | 8.944 | 2.500 |
| do_move( char *, char * ) declaration libmisc/shell/main_mv.c:88 | 1 | 0 | 0 | ------ | ------ |
| do_move_mv( rtems_shell_mv_globals *, char *, char * ) declaration libmisc/shell/main_mv.c:135definition libmisc/shell/main_mv.c:224 | 58 | 32 | 36 | 1.611 | 0.889 |
| drainOutput( rtems_termios_tty * ) definition libcsupport/src/termios.c:337 | 18 | 3 | 0 | ------ | ------ |
| dummyproc( caddr_t, u_int ) definition libfs/src/nfsclient/src/sock_mbuf.c:140 | 3 | 0 | 0 | ------ | ------ |
| dup( int ) definition libcsupport/src/dup.c:21 | 6 | 1 | 11 | ------ | ------ |
| dup2( int, int ) definition libcsupport/src/dup2.c:23 | 15 | 5 | 20 | ------ | 0.250 |
| echo( char, rtems_termios_tty * ) definition libcsupport/src/termios.c:773 | 13 | 4 | 0 | ------ | ------ |
| endgrent( void ) definition libcsupport/src/getpwent.c:434 | 5 | 1 | 0 | ------ | ------ |
| endpwent( void ) definition libcsupport/src/getpwent.c:278 | 5 | 1 | 0 | ------ | ------ |
| erase( rtems_termios_tty *, int ) definition libcsupport/src/termios.c:794 | 58 | 26 | 6 | 9.667 | 4.333 |
| escape( char * ) definition libmisc/shell/hexdump-parse.c:469 | 37 | 13 | 2 | 18.500 | 6.500 |
| execl( ... ) definition posix/src/execl.c:23 | 8 | 0 | 11 | ------ | ------ |
| execle( ... ) definition posix/src/execle.c:23 | 8 | 0 | 11 | ------ | ------ |
| execlp( ... ) definition posix/src/execlp.c:23 | 8 | 0 | 11 | ------ | ------ |
| execv( ... ) definition posix/src/execv.c:23 | 7 | 0 | 11 | ------ | ------ |
| execve( ... ) definition posix/src/execve.c:23 | 8 | 0 | 11 | ------ | ------ |
| execvp( ... ) definition posix/src/execvp.c:23 | 7 | 0 | 11 | ------ | ------ |
| f_bs( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:63definition libmisc/shell/dd-args.c:193 | 9 | 2 | 0 | ------ | ------ |
| f_cbs( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:64definition libmisc/shell/dd-args.c:204 | 9 | 2 | 0 | ------ | ------ |
| f_conv( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:65definition libmisc/shell/dd-args.c:331 | 17 | 4 | 0 | ------ | ------ |
| f_count( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:66definition libmisc/shell/dd-args.c:215 | 12 | 2 | 0 | ------ | ------ |
| f_files( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:67definition libmisc/shell/dd-args.c:229 | 7 | 1 | 0 | ------ | ------ |
| f_fillchar( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:68definition libmisc/shell/dd-args.c:238 | 7 | 1 | 0 | ------ | ------ |
| f_ibs( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:69definition libmisc/shell/dd-args.c:248 | 12 | 3 | 0 | ------ | ------ |
| f_if( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:70definition libmisc/shell/dd-args.c:262 | 5 | 0 | 0 | ------ | ------ |
| f_obs( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:71definition libmisc/shell/dd-args.c:269 | 12 | 3 | 0 | ------ | ------ |
| f_of( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:72definition libmisc/shell/dd-args.c:283 | 5 | 0 | 0 | ------ | ------ |
| f_seek( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:73definition libmisc/shell/dd-args.c:290 | 5 | 0 | 0 | ------ | ------ |
| f_skip( rtems_shell_dd_globals *, char * ) declaration libmisc/shell/dd-args.c:74definition libmisc/shell/dd-args.c:297 | 5 | 0 | 0 | ------ | ------ |
| fastcopy( char *, char *, stat * ) declaration libmisc/shell/main_mv.c:89 | 1 | 0 | 0 | ------ | ------ |
| fastcopy_mv( rtems_shell_mv_globals *, char *, char *, stat * ) declaration libmisc/shell/main_mv.c:136definition libmisc/shell/main_mv.c:326 | 72 | 25 | 0 | ****** | ****** |
| fat_buf_access( fat_fs_info_t *, uint32_t, int, rtems_bdbuf_buffer ** ) definition libfs/src/dosfs/fat.c:29 | 69 | 18 | 0 | ****** | ****** |
| fat_buf_release( fat_fs_info_t * ) definition libfs/src/dosfs/fat.c:108 | 44 | 14 | 0 | ****** | ****** |
| fat_cluster_read( rtems_filesystem_mount_table_entry_t *, uint32_t, void * ) definition libfs/src/dosfs/fat.c:297 | 12 | 1 | 0 | ------ | ------ |
| fat_cluster_write( rtems_filesystem_mount_table_entry_t *, uint32_t, const void * ) definition libfs/src/dosfs/fat.c:325 | 12 | 1 | 0 | ------ | ------ |
| fat_fat32_update_fsinfo_sector( rtems_filesystem_mount_table_entry_t *, uint32_t, uint32_t ) definition libfs/src/dosfs/fat.c:830 | 26 | 4 | 0 | ****** | ------ |
| fat_file_close( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t * ) definition libfs/src/dosfs/fat_file.c:188 | 39 | 8 | 7 | 5.571 | 1.143 |
| fat_file_datasync( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t * ) definition libfs/src/dosfs/fat_file.c:766 | 35 | 11 | 7 | 5.000 | 1.571 |
| fat_file_extend( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, uint32_t, uint32_t * ) definition libfs/src/dosfs/fat_file.c:475 | 88 | 23 | 10 | 8.800 | 2.300 |
| fat_file_ioctl( ... ) definition libfs/src/dosfs/fat_file.c:671 | 44 | 10 | 2 | 22.000 | 5.000 |
| fat_file_lseek( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, uint32_t, uint32_t * ) declaration libfs/src/dosfs/fat_file.c:53definition libfs/src/dosfs/fat_file.c:950 | 43 | 6 | 2 | 21.500 | 3.000 |
| fat_file_mark_removed( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t * ) definition libfs/src/dosfs/fat_file.c:738 | 12 | 0 | 0 | ------ | ------ |
| fat_file_open( rtems_filesystem_mount_table_entry_t *, fat_dir_pos_t *, fat_file_fd_t ** ) definition libfs/src/dosfs/fat_file.c:86 | 41 | 6 | 12 | 3.417 | 0.500 |
| fat_file_read( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, uint32_t, uint32_t, uint8_t * ) definition libfs/src/dosfs/fat_file.c:259 | 65 | 19 | 7 | 9.286 | 2.714 |
| fat_file_reopen( fat_file_fd_t * ) definition libfs/src/dosfs/fat_file.c:162 | 5 | 1 | 0 | ------ | ------ |
| fat_file_size( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t * ) definition libfs/src/dosfs/fat_file.c:831 | 27 | 7 | 1 | 27.000 | 7.000 |
| fat_file_truncate( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, uint32_t ) definition libfs/src/dosfs/fat_file.c:605 | 40 | 15 | 0 | ****** | ****** |
| fat_file_write( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, uint32_t, uint32_t, const uint8_t * ) definition libfs/src/dosfs/fat_file.c:364 | 70 | 21 | 7 | 10.000 | 3.000 |
| fat_free_fat_clusters_chain( rtems_filesystem_mount_table_entry_t *, uint32_t ) definition libfs/src/dosfs/fat_fat_operations.c:166 | 34 | 9 | 0 | ****** | ****** |
| fat_free_unique_ino( rtems_filesystem_mount_table_entry_t *, uint32_t ) definition libfs/src/dosfs/fat.c:787 | 8 | 0 | 0 | ------ | ------ |
| fat_get_fat_cluster( rtems_filesystem_mount_table_entry_t *, uint32_t, uint32_t * ) definition libfs/src/dosfs/fat_fat_operations.c:223 | 54 | 14 | 5 | 10.800 | 2.800 |
| fat_get_unique_ino( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/dosfs/fat.c:741 | 32 | 8 | 0 | ****** | ****** |
| fat_init_clusters_chain( rtems_filesystem_mount_table_entry_t *, uint32_t ) definition libfs/src/dosfs/fat.c:682 | 31 | 7 | 0 | ****** | ****** |
| fat_init_volume_info( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/dosfs/fat.c:351 | 205 | 37 | 16 | 12.812 | 2.312 |
| fat_ino_is_unique( rtems_filesystem_mount_table_entry_t *, uint32_t ) definition libfs/src/dosfs/fat.c:808 | 8 | 1 | 0 | ------ | ------ |
| fat_scan_fat_for_free_clusters( rtems_filesystem_mount_table_entry_t *, uint32_t *, uint32_t, uint32_t *, uint32_t * ) definition libfs/src/dosfs/fat_fat_operations.c:44 | 81 | 21 | 19 | 4.263 | 1.105 |
| fat_set_fat_cluster( rtems_filesystem_mount_table_entry_t *, uint32_t, uint32_t ) definition libfs/src/dosfs/fat_fat_operations.c:307 | 103 | 17 | 1 | 103.000 | 17.000 |
| fat_shutdown_drive( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/dosfs/fat.c:621 | 38 | 9 | 0 | ****** | ****** |
| fchdir( int ) definition libcsupport/src/fchdir.c:27 | 24 | 4 | 32 | 0.750 | ------ |
| fchmod( int, mode_t ) definition libcsupport/src/fchmod.c:27 | 12 | 1 | 14 | ------ | ------ |
| fchown( int, uid_t, gid_t ) definition libcsupport/src/fchown.c:27 | 13 | 1 | 11 | ------ | ------ |
| fcntl( ... ) definition libcsupport/src/fcntl.c:150 | 13 | 1 | 0 | ------ | ------ |
| fdatasync( int ) definition libcsupport/src/fdatasync.c:23declaration libcsupport/src/sync.c:28 | 12 | 1 | 35 | ------ | ------ |
| fflagstostr( u_long ) declaration libmisc/shell/main_rm.c:533 | 1 | 0 | 0 | ------ | ------ |
| fifoIMFS_initialize( rtems_filesystem_mount_table_entry_t *, const void * ) definition libfs/src/imfs/fifoimfs_init.c:49 | 13 | 1 | 0 | ------ | ------ |
| fifo_open( pipe_control_t **, rtems_libio_t * ) definition libfs/src/pipe/fifo.c:300 | 67 | 24 | 9 | 7.444 | 2.667 |
| fillBufferPoll( rtems_termios_tty * ) definition libcsupport/src/termios.c:946 | 46 | 21 | 0 | ****** | ****** |
| fillBufferQueue( rtems_termios_tty * ) definition libcsupport/src/termios.c:999 | 49 | 16 | 10 | 4.900 | 1.600 |
| findOnPATH( const char *, char * ) definition libmisc/shell/shell_script.c:47 | 30 | 10 | 16 | 1.875 | 0.625 |
| find_handler( const rtems_filesystem_table_t *, void * ) definition libcsupport/src/mount-mgr.c:77 | 10 | 3 | 0 | ------ | ------ |
| flockfile( FILE * ) definition libcsupport/src/flockfile.c:18 | 3 | 0 | 7 | ------ | ------ |
| fork( void ) definition posix/src/fork.c:22 | 4 | 0 | 11 | ------ | ------ |
| fpathconf( int, int ) definition libcsupport/src/fpathconf.c:24 | 56 | 15 | 14 | 4.000 | 1.071 |
| fprintf( ... ) declaration libfs/src/nfsclient/src/dirutils.c:178declaration libfs/src/nfsclient/src/dirutils.c:179declaration libfs/src/nfsclient/src/dirutils.c:180 | 3 | 0 | 0 | ------ | ------ |
| free( void * ) definition libcsupport/src/free.c:22 | 22 | 7 | 17 | 1.294 | 0.412 |
| free_user_env( void * ) definition libcsupport/src/privateenv.c:31 | 11 | 2 | 0 | ------ | ------ |
| fstat( int, stat * ) definition libcsupport/src/fstat.c:25 | 14 | 2 | 21 | ------ | ------ |
| fsync( int ) definition libcsupport/src/fsync.c:23 | 11 | 1 | 14 | ------ | ------ |
| ftruncate( int, off_t ) definition libcsupport/src/ftruncate.c:24 | 16 | 2 | 17 | ------ | ------ |
| ftrylockfile( FILE * ) definition libcsupport/src/ftrylockfile.c:20 | 4 | 0 | 7 | ------ | ------ |
| fts_alloc( FTS *, const char *, size_t ) declaration libmisc/shell/fts.c:74definition libmisc/shell/fts.c:1032 | 33 | 11 | 10 | 3.300 | 1.100 |
| fts_build( FTS *, int ) declaration libmisc/shell/fts.c:75definition libmisc/shell/fts.c:633 | 168 | 58 | 76 | 2.211 | 0.763 |
| fts_children( FTS *, int ) definition libmisc/shell/fts.c:549 | 37 | 20 | 21 | 1.762 | 0.952 |
| fts_close( FTS * ) definition libmisc/shell/fts.c:262 | 32 | 11 | 8 | 4.000 | 1.375 |
| fts_free( FTSENT * ) declaration libmisc/shell/fts.c:76definition libmisc/shell/fts.c:1087 | 7 | 1 | 0 | ------ | ------ |
| fts_lfree( FTSENT * ) declaration libmisc/shell/fts.c:77definition libmisc/shell/fts.c:1097 | 9 | 1 | 2 | ------ | ------ |
| fts_load( FTS *, FTSENT * ) declaration libmisc/shell/fts.c:78definition libmisc/shell/fts.c:235 | 17 | 3 | 7 | ------ | ------ |
| fts_maxarglen( char *const* ) declaration libmisc/shell/fts.c:79definition libmisc/shell/fts.c:1189 | 10 | 3 | 0 | ------ | ------ |
| fts_open( ... ) definition libmisc/shell/fts.c:117 | 74 | 22 | 28 | 2.643 | 0.786 |
| fts_padjust( FTS *, FTSENT * ) declaration libmisc/shell/fts.c:82definition libmisc/shell/fts.c:1166 | 15 | 3 | 3 | ------ | ------ |
| fts_palloc( FTS *, size_t ) declaration libmisc/shell/fts.c:81definition libmisc/shell/fts.c:1139 | 17 | 5 | 1 | ------ | 5.000 |
| fts_pow2( size_t ) declaration libmisc/shell/fts.c:80definition libmisc/shell/fts.c:1111 | 14 | 1 | 0 | ------ | ------ |
| fts_read( FTS * ) definition libmisc/shell/fts.c:331 | 130 | 54 | 46 | 2.826 | 1.174 |
| fts_safe_changedir( const FTS *, const FTSENT *, int, const char * ) declaration libmisc/shell/fts.c:85definition libmisc/shell/fts.c:1207 | 25 | 10 | 0 | ****** | ****** |
| fts_set( FTS *, FTSENT *, int ) definition libmisc/shell/fts.c:533 | 12 | 7 | 0 | ------ | ****** |
| fts_sort( FTS *, FTSENT *, size_t ) declaration libmisc/shell/fts.c:83definition libmisc/shell/fts.c:998 | 23 | 6 | 7 | 3.286 | 0.857 |
| fts_stat( FTS *, FTSENT *, int ) declaration libmisc/shell/fts.c:84definition libmisc/shell/fts.c:915 | 53 | 24 | 20 | 2.650 | 1.200 |
| funlockfile( FILE * ) definition libcsupport/src/funlockfile.c:18 | 3 | 0 | 7 | ------ | ------ |
| getDebugChar( void ) declaration libmisc/serdbg/serdbgio.c:217definition libmisc/serdbg/serdbgio.c:221 | 18 | 5 | 23 | ------ | 0.217 |
| get_clock( uint32_t *, uint32_t *, uint16_t *, int * ) definition libmisc/uuid/gen_uuid.c:311 | 104 | 22 | 1 | 104.000 | 22.000 |
| get_device_info( void ) declaration libmisc/shell/main_mknod.c:122 | 1 | 0 | 0 | ------ | ------ |
| get_node_id( char * ) definition libmisc/uuid/gen_uuid.c:227 | 47 | 19 | 22 | 2.136 | 0.864 |
| get_num( rtems_shell_dd_globals *, const char * ) declaration libmisc/shell/dd-args.c:75definition libmisc/shell/dd-args.c:370 | 61 | 15 | 4 | 15.250 | 3.750 |
| get_off_t( rtems_shell_dd_globals *, const char * ) declaration libmisc/shell/dd-args.c:76definition libmisc/shell/dd-args.c:444 | 59 | 17 | 4 | 14.750 | 4.250 |
| get_random_bytes( void *, int ) definition libmisc/uuid/gen_uuid.c:178 | 29 | 8 | 8 | 3.625 | 1.000 |
| get_random_fd( void ) definition libmisc/uuid/gen_uuid.c:141 | 25 | 6 | 1 | 25.000 | 6.000 |
| get_uuid_via_daemon( int, uuid_t, int * ) definition libmisc/uuid/gen_uuid.c:481 | 59 | 16 | 5 | 11.800 | 3.200 |
| getchark( void ) definition libcsupport/src/getchark.c:19 | 6 | 3 | 9 | ------ | ------ |
| getcwd( char *, size_t ) definition libcsupport/src/getcwd.c:76 | 144 | 39 | 44 | 3.273 | 0.886 |
| getdents( int, char *, int ) definition libcsupport/src/getdents.c:29declaration libcsupport/src/readdir.c:52 | 19 | 2 | 28 | ------ | ------ |
| getegid( void ) definition libcsupport/src/getegid.c:21 | 4 | 1 | 6 | ------ | ------ |
| geteuid( void ) definition libcsupport/src/geteuid.c:28 | 4 | 1 | 11 | ------ | ------ |
| getfdtype( rtems_shell_dd_globals *, IO * ) declaration libmisc/shell/main_dd.c:83definition libmisc/shell/main_dd.c:295 | 29 | 12 | 0 | ****** | ****** |
| getgid( void ) definition libcsupport/src/getgid.c:15 | 4 | 1 | 6 | ------ | ------ |
| getgr_r( const char *, int, group *, char *, size_t, group ** ) definition libcsupport/src/getpwent.c:334 | 32 | 6 | 0 | ****** | ****** |
| getgrent( void ) definition libcsupport/src/getpwent.c:416 | 8 | 5 | 0 | ------ | ****** |
| getgrgid( gid_t ) definition libcsupport/src/getpwent.c:405 | 9 | 3 | 0 | ------ | ------ |
| getgrgid_r( gid_t, group *, char *, size_t, group ** ) definition libcsupport/src/getpwent.c:394 | 10 | 1 | 0 | ------ | ------ |
| getgrnam( const char * ) definition libcsupport/src/getpwent.c:383 | 9 | 3 | 0 | ------ | ------ |
| getgrnam_r( const char *, group *, char *, size_t, group ** ) definition libcsupport/src/getpwent.c:372 | 10 | 1 | 0 | ------ | ------ |
| getgroups( ... ) definition libcsupport/src/getgroups.c:17 | 7 | 1 | 7 | ------ | ------ |
| getitimer( int, itimerval * ) definition posix/src/getitimer.c:21 | 17 | 3 | 9 | ------ | ------ |
| getlogin( void ) definition libcsupport/src/getlogin.c:27 | 5 | 1 | 7 | ------ | ------ |
| getlogin_r( char *, size_t ) definition libcsupport/src/getlogin.c:38 | 18 | 6 | 6 | ------ | 1.000 |
| getpagesize( void ) definition libcsupport/src/getpagesize.c:19 | 4 | 1 | 9 | ------ | ------ |
| getpgrp( void ) definition libcsupport/src/getpgrp.c:23 | 4 | 1 | 10 | ------ | ------ |
| getpid( void ) definition libcsupport/src/getpid.c:20 | 4 | 1 | 6 | ------ | ------ |
| getppid( void ) definition libcsupport/src/getppid.c:22 | 4 | 1 | 4 | ------ | ------ |
| getpw_r( const char *, int, passwd *, char *, size_t, passwd ** ) definition libcsupport/src/getpwent.c:178 | 32 | 6 | 0 | ****** | ****** |
| getpwent( void ) definition libcsupport/src/getpwent.c:260 | 8 | 5 | 0 | ------ | ****** |
| getpwnam( const char * ) definition libcsupport/src/getpwent.c:227 | 9 | 3 | 0 | ------ | ------ |
| getpwnam_r( const char *, passwd *, char *, size_t, passwd ** ) definition libcsupport/src/getpwent.c:216 | 10 | 1 | 0 | ------ | ------ |
| getpwuid( uid_t ) definition libcsupport/src/getpwent.c:249 | 9 | 3 | 0 | ------ | ------ |
| getpwuid_r( uid_t, passwd *, char *, size_t, passwd ** ) definition libcsupport/src/getpwent.c:238 | 10 | 1 | 0 | ------ | ------ |
| getrusage( int, rusage * ) definition libcsupport/src/getrusage.c:22 | 19 | 4 | 15 | ------ | ------ |
| gettimeofday( ... ) definition libcsupport/src/__gettod.c:30 | 10 | 2 | 24 | ------ | ------ |
| gettimeofday( timeval *, void * ) definition libmisc/uuid/gen_uuid.c:118 | 14 | 1 | 0 | ------ | ------ |
| getuid( void ) definition libcsupport/src/getuid.c:24definition libmisc/uuid/gen_uuid.c:135 | 8 | 2 | 13 | ------ | ------ |
| gid_name( const char *, gid_t * ) declaration libmisc/shell/main_mknod.c:87 | 1 | 0 | 0 | ------ | ------ |
| group_from_gid( gid_t, int ) declaration libmisc/shell/main_mv.c:112definition libmisc/shell/pwcache.c:88 | 31 | 9 | 1 | 31.000 | 9.000 |
| imfs_dir_close( rtems_libio_t * ) definition libfs/src/imfs/imfs_directory.c:154 | 6 | 1 | 11 | ------ | ------ |
| imfs_dir_fstat( rtems_filesystem_location_info_t *, stat * ) definition libfs/src/imfs/imfs_directory.c:235 | 30 | 2 | 27 | 1.111 | ------ |
| imfs_dir_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/imfs/imfs_directory.c:184 | 19 | 4 | 18 | ------ | ------ |
| imfs_dir_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/imfs/imfs_directory.c:40 | 14 | 3 | 20 | ------ | ------ |
| imfs_dir_read( rtems_libio_t *, void *, size_t ) definition libfs/src/imfs/imfs_directory.c:74 | 48 | 7 | 28 | 1.714 | 0.250 |
| imfs_dir_rmnod( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/imfs/imfs_directory.c:283 | 17 | 4 | 17 | ------ | ------ |
| init_etc_passwd_group( void ) definition libcsupport/src/getpwent.c:42 | 27 | 6 | 9 | 3.000 | 0.667 |
| ioctl( ... ) definition libcsupport/src/ioctl.c:28 | 19 | 1 | 17 | ------ | ------ |
| iproc( char, rtems_termios_tty * ) definition libcsupport/src/termios.c:867 | 45 | 26 | 3 | 15.000 | 8.667 |
| is_fs_below_mount_point( const rtems_filesystem_mount_table_entry_t *, void * ) definition libcsupport/src/unmount.c:35 | 7 | 1 | 16 | ------ | ------ |
| is_node_fs_root( const rtems_filesystem_mount_table_entry_t *, void * ) definition libcsupport/src/mount.c:58 | 7 | 1 | 0 | ------ | ------ |
| isatty( int ) definition libcsupport/src/isatty.c:20 | 11 | 5 | 9 | ------ | 0.556 |
| issetugid( void ) definition libcsupport/src/issetugid.c:12 | 4 | 1 | 4 | ------ | ------ |
| jcl( rtems_shell_dd_globals *, char ** ) definition libmisc/shell/dd-args.c:105 | 54 | 18 | 16 | 3.375 | 1.125 |
| kill( pid_t, int ) definition posix/src/kill.c:25definition libcsupport/src/kill_noposix.c:30 | 11 | 2 | 28 | ------ | ------ |
| killinfo( ... ) definition posix/src/killinfo.c:51 | 141 | 35 | 128 | 1.102 | 0.273 |
| lchown( const char *, uid_t, gid_t ) definition libcsupport/src/lchown.c:24 | 8 | 1 | 0 | ------ | ------ |
| libc_init( void ) definition libcsupport/src/newlibc_init.c:37 | 3 | 0 | 0 | ------ | ------ |
| libc_wrapup( void ) definition libcsupport/src/newlibc_exit.c:54 | 13 | 3 | 17 | ------ | ------ |
| link( ... ) definition libcsupport/src/link.c:25 | 30 | 6 | 21 | 1.429 | 0.286 |
| linkit( rtems_shell_ln_globals *, const char *, const char *, int ) declaration libmisc/shell/main_ln.c:131definition libmisc/shell/main_ln.c:223 | 52 | 27 | 8 | 6.500 | 3.375 |
| lio_listio( ... ) definition posix/src/lio_listio.c:24 | 9 | 0 | 11 | ------ | ------ |
| ln( char *, char *, char * ) definition libfs/src/nfsclient/src/dirutils.c:311 | 28 | 12 | 0 | ****** | ****** |
| locAreEqual( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/nfsclient/src/nfs.c:627 | 16 | 6 | 0 | ------ | ****** |
| locIsNfs( rtems_filesystem_location_info_t * ) definition libfs/src/nfsclient/src/nfs.c:616 | 4 | 1 | 0 | ------ | ------ |
| locIsRoot( rtems_filesystem_location_info_t * ) definition libfs/src/nfsclient/src/nfs.c:605 | 8 | 2 | 0 | ------ | ------ |
| locked_marshal( RpcUdpServer, XDR * ) definition libfs/src/nfsclient/src/rpcio.c:422 | 8 | 1 | 0 | ------ | ------ |
| locked_refresh( RpcUdpServer ) definition libfs/src/nfsclient/src/rpcio.c:443 | 8 | 1 | 0 | ------ | ------ |
| locked_validate( RpcUdpServer, opaque_auth * ) definition libfs/src/nfsclient/src/rpcio.c:433 | 8 | 1 | 0 | ------ | ------ |
| ls( char *, char * ) definition libfs/src/nfsclient/src/dirutils.c:143 | 26 | 5 | 0 | ****** | ****** |
| ls_r( char *, char *, char *, stat * ) definition libfs/src/nfsclient/src/dirutils.c:107 | 32 | 8 | 0 | ****** | ****** |
| lseek( int, off_t, int ) definition libcsupport/src/lseek.c:23 | 31 | 6 | 21 | 1.476 | 0.286 |
| main( ... ) declaration libmisc/shell/main_mv.c:91 | 1 | 0 | 0 | ------ | ------ |
| main( int, char ** ) definition libmisc/uuid/uuid_time.c:124 | 48 | 10 | 0 | ****** | ****** |
| main( int, char **, char ** ) declaration libmisc/dummy/dummy.c:20 | 1 | 0 | 11 | ------ | ------ |
| main_cp( ... ) declaration libmisc/shell/main_cp.c:98definition libmisc/shell/main_cp.c:120 | 124 | 40 | 29 | 4.276 | 1.379 |
| main_dd( ... ) declaration libmisc/shell/main_dd.c:108definition libmisc/shell/main_dd.c:138 | 15 | 2 | 1 | ------ | ------ |
| main_hexdump( ... ) declaration libmisc/shell/main_hexdump.c:80definition libmisc/shell/main_hexdump.c:129 | 22 | 6 | 2 | 11.000 | 3.000 |
| main_ln( ... ) declaration libmisc/shell/main_ln.c:94declaration libmisc/shell/main_ln.c:103definition libmisc/shell/main_ln.c:135 | 68 | 16 | 13 | 5.231 | 1.231 |
| main_ls( ... ) declaration libmisc/shell/main_ls.c:133definition libmisc/shell/main_ls.c:151 | 218 | 75 | 37 | 5.892 | 2.027 |
| main_mknod( ... ) declaration libmisc/shell/main_mknod.c:91 | 1 | 0 | 0 | ------ | ------ |
| main_mknod( rtems_shell_mknod_globals *, int, char ** ) definition libmisc/shell/main_mknod.c:130 | 263 | 89 | 10 | 26.300 | 8.900 |
| main_mv( ... ) declaration libmisc/shell/main_mv.c:114definition libmisc/shell/main_mv.c:144 | 64 | 19 | 6 | 10.667 | 3.167 |
| main_rm( ... ) declaration libmisc/shell/main_rm.c:105definition libmisc/shell/main_rm.c:147 | 79 | 23 | 6 | 13.167 | 3.833 |
| major_from_name( const char *, mode_t ) declaration libmisc/shell/main_mknod.c:124 | 1 | 0 | 0 | ------ | ------ |
| malloc( size_t ) definition libcsupport/src/malloc.c:25 | 27 | 12 | 32 | 0.844 | 0.375 |
| malloc_deferred_free( void * ) definition libcsupport/src/malloc_deferred.c:54 | 6 | 0 | 0 | ------ | ------ |
| malloc_deferred_frees_initialize( void ) definition libcsupport/src/malloc_deferred.c:38 | 4 | 0 | 0 | ------ | ------ |
| malloc_deferred_frees_process( void ) definition libcsupport/src/malloc_deferred.c:43 | 6 | 1 | 3 | ------ | ------ |
| malloc_free_space( void ) definition libcsupport/src/mallocfreespace.c:36 | 6 | 1 | 15 | ------ | ------ |
| malloc_get_heap_pointer( void ) definition libcsupport/src/mallocgetheapptr.c:23 | 4 | 1 | 11 | ------ | ------ |
| malloc_get_statistics( rtems_malloc_statistics_t * ) definition libcsupport/src/malloc_get_statistics.c:21 | 11 | 3 | 11 | ------ | ------ |
| malloc_info( Heap_Information_block * ) definition libcsupport/src/mallocinfo.c:30 | 9 | 3 | 3 | ------ | ------ |
| malloc_info( region_information_block * ) declaration libmisc/shell/main_mallocinfo.c:25 | 1 | 0 | 11 | ------ | ------ |
| malloc_is_system_state_OK( void ) definition libcsupport/src/malloc_deferred.c:27 | 8 | 5 | 0 | ------ | ****** |
| malloc_report_statistics( void ) definition libcsupport/src/malloc_report_statistics.c:21 | 4 | 0 | 11 | ------ | ------ |
| malloc_report_statistics_with_plugin( void *, rtems_printk_plugin_t ) definition libcsupport/src/malloc_report_statistics_plugin.c:22 | 34 | 0 | 12 | 2.833 | ------ |
| malloc_sbrk_extend_and_allocate( size_t ) definition libcsupport/src/malloc_sbrk_helpers.c:67 | 25 | 7 | 5 | 5.000 | 1.400 |
| malloc_sbrk_initialize( void *, size_t ) definition libcsupport/src/malloc_sbrk_helpers.c:28 | 22 | 4 | 9 | 2.444 | ------ |
| malloc_set_heap_pointer( Heap_Control * ) definition libcsupport/src/mallocsetheapptr.c:23 | 6 | 0 | 11 | ------ | ------ |
| malloc_walk( size_t, size_t ) definition libcsupport/src/malloc_walk.c:23 | 4 | 0 | 11 | ------ | ------ |
| mastercmp( const FTSENT **, const FTSENT ** ) declaration libmisc/shell/main_cp.c:100definition libmisc/shell/main_cp.c:527 | 16 | 13 | 0 | ------ | ****** |
| mastercmp_listdir( const FTSENT **, const FTSENT ** ) declaration libmisc/shell/main_ls.c:81definition libmisc/shell/main_ls.c:738 | 28 | 19 | 0 | ****** | ****** |
| mastercmp_no_listdir( const FTSENT **, const FTSENT ** ) declaration libmisc/shell/main_ls.c:82definition libmisc/shell/main_ls.c:706 | 28 | 19 | 0 | ****** | ****** |
| memfile_alloc_block( void ) declaration libfs/src/imfs/memfile.c:74 | 1 | 0 | 0 | ------ | ------ |
| memfile_close( rtems_libio_t * ) definition libfs/src/imfs/memfile.c:127 | 11 | 2 | 6 | ------ | ------ |
| memfile_free_block( void * ) declaration libfs/src/imfs/memfile.c:76 | 3 | 0 | 0 | ------ | ------ |
| memfile_free_blocks_in_table( block_p **, int ) definition libfs/src/imfs/memfile.c:400 | 18 | 2 | 16 | ------ | ------ |
| memfile_ftruncate( rtems_libio_t *, rtems_off64_t ) definition libfs/src/imfs/memfile.c:242 | 14 | 3 | 20 | ------ | ------ |
| memfile_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/imfs/memfile.c:190 | 10 | 1 | 7 | ------ | ------ |
| memfile_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/imfs/memfile.c:208 | 19 | 4 | 6 | ------ | ------ |
| memfile_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/imfs/memfile.c:86 | 27 | 7 | 9 | 3.000 | 0.778 |
| memfile_read( rtems_libio_t *, void *, size_t ) definition libfs/src/imfs/memfile.c:148 | 10 | 1 | 5 | ------ | ------ |
| memfile_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/imfs/memfile.c:166 | 13 | 1 | 5 | ------ | ------ |
| miniIMFS_initialize( rtems_filesystem_mount_table_entry_t *, const void * ) definition libfs/src/imfs/miniimfs_init.c:49 | 13 | 1 | 3 | ------ | ------ |
| mkdir( const char *, mode_t ) definition libcsupport/src/mkdir.c:24 | 7 | 1 | 11 | ------ | ------ |
| mkfifo( const char *, mode_t ) definition libcsupport/src/mkfifo.c:22 | 7 | 1 | 11 | ------ | ------ |
| mknod( const char *, mode_t, dev_t ) definition libcsupport/src/mknod.c:32 | 24 | 4 | 15 | 1.600 | ------ |
| modcmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:83 | 13 | 9 | 0 | ------ | ****** |
| mon_ifconfig( ... ) definition libmisc/monitor/mon-network.c:30 | 177 | 55 | 11 | 16.091 | 5.000 |
| mon_route( ... ) definition libmisc/monitor/mon-network.c:235 | 95 | 23 | 0 | ****** | ****** |
| mount( const char *, const char *, const char *, rtems_filesystem_options_t, const void * ) definition libcsupport/src/mount.c:117 | 73 | 15 | 58 | 1.259 | 0.259 |
| mount_and_make_target_path( const char *, const char *, const char *, rtems_filesystem_options_t, const void * ) definition libcsupport/src/mount-mktgt.c:30 | 25 | 3 | 18 | 1.389 | ------ |
| mprotect( ... ) definition posix/src/mprotect.c:30 | 7 | 1 | 20 | ------ | ------ |
| mq_close( mqd_t ) definition posix/src/mqueueclose.c:47 | 20 | 2 | 38 | 0.526 | ------ |
| mq_getattr( mqd_t, mq_attr * ) definition posix/src/mqueuegetattr.c:47 | 28 | 4 | 28 | 1.000 | ------ |
| mq_notify( mqd_t, const sigevent * ) definition posix/src/mqueuenotify.c:69 | 35 | 5 | 5 | 7.000 | 1.000 |
| mq_open( ... ) definition posix/src/mqueueopen.c:45 | 72 | 10 | 52 | 1.385 | 0.192 |
| mq_receive( mqd_t, char *, size_t, int * ) definition posix/src/mqueuereceive.c:49 | 16 | 1 | 27 | ------ | ------ |
| mq_send( mqd_t, const char *, size_t, int ) definition posix/src/mqueuesend.c:49 | 16 | 1 | 27 | ------ | ------ |
| mq_setattr( mqd_t, const mq_attr *, mq_attr * ) definition posix/src/mqueuesetattr.c:47 | 30 | 5 | 28 | 1.071 | 0.179 |
| mq_timedreceive( mqd_t, char *, size_t, int *, const timespec * ) definition posix/src/mqueuetimedreceive.c:51 | 23 | 2 | 41 | 0.561 | ------ |
| mq_timedsend( mqd_t, const char *, size_t, int, const timespec * ) definition posix/src/mqueuetimedsend.c:51 | 23 | 2 | 41 | 0.561 | ------ |
| mq_unlink( const char * ) definition posix/src/mqueueunlink.c:48 | 23 | 2 | 25 | 0.920 | ------ |
| msdos_creat_node( rtems_filesystem_location_info_t *, msdos_node_type_t, const char *, int, mode_t, const fat_file_fd_t * ) definition libfs/src/dosfs/msdos_create.c:58 | 131 | 17 | 57 | 2.298 | 0.298 |
| msdos_date_dos2unix( int, int ) definition libfs/src/dosfs/msdos_conv.c:133 | 28 | 7 | 8 | 3.500 | 0.875 |
| msdos_date_unix2dos( int, uint16_t *, uint16_t * ) definition libfs/src/dosfs/msdos_conv.c:61 | 38 | 11 | 15 | 2.533 | 0.733 |
| msdos_dir_chmod( rtems_filesystem_location_info_t *, mode_t ) definition libfs/src/dosfs/msdos_dir.c:620 | 5 | 1 | 0 | ------ | ------ |
| msdos_dir_close( rtems_libio_t * ) definition libfs/src/dosfs/msdos_dir.c:84 | 19 | 4 | 0 | ------ | ------ |
| msdos_dir_is_empty( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, bool * ) definition libfs/src/dosfs/msdos_misc.c:929 | 45 | 12 | 15 | 3.000 | 0.800 |
| msdos_dir_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/dosfs/msdos_dir.c:501 | 14 | 4 | 4 | ------ | ------ |
| msdos_dir_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/dosfs/msdos_dir.c:48 | 21 | 4 | 0 | ****** | ------ |
| msdos_dir_read( rtems_libio_t *, void *, size_t ) definition libfs/src/dosfs/msdos_dir.c:199 | 165 | 41 | 77 | 2.143 | 0.532 |
| msdos_dir_rmnod( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/dosfs/msdos_dir.c:639 | 44 | 9 | 15 | 2.933 | 0.600 |
| msdos_dir_stat( rtems_filesystem_location_info_t *, stat * ) definition libfs/src/dosfs/msdos_dir.c:541 | 23 | 2 | 0 | ****** | ------ |
| msdos_dir_sync( rtems_libio_t * ) definition libfs/src/dosfs/msdos_dir.c:590 | 14 | 2 | 0 | ------ | ------ |
| msdos_eval4make( const char *, rtems_filesystem_location_info_t *, const char ** ) definition libfs/src/dosfs/msdos_eval.c:256 | 138 | 26 | 22 | 6.273 | 1.182 |
| msdos_eval_path( const char *, size_t, int, rtems_filesystem_location_info_t * ) definition libfs/src/dosfs/msdos_eval.c:72 | 118 | 23 | 29 | 4.069 | 0.793 |
| msdos_file_chmod( rtems_filesystem_location_info_t *, mode_t ) definition libfs/src/dosfs/msdos_file.c:458 | 5 | 1 | 0 | ------ | ------ |
| msdos_file_close( rtems_libio_t * ) definition libfs/src/dosfs/msdos_file.c:86 | 35 | 9 | 4 | 8.750 | 2.250 |
| msdos_file_datasync( rtems_libio_t * ) definition libfs/src/dosfs/msdos_file.c:408 | 14 | 2 | 1 | ------ | ------ |
| msdos_file_ftruncate( rtems_libio_t *, rtems_off64_t ) definition libfs/src/dosfs/msdos_file.c:304 | 23 | 7 | 4 | 5.750 | 1.750 |
| msdos_file_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/dosfs/msdos_file.c:439 | 5 | 1 | 0 | ------ | ------ |
| msdos_file_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/dosfs/msdos_file.c:226 | 24 | 5 | 0 | ****** | ****** |
| msdos_file_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/dosfs/msdos_file.c:44 | 23 | 5 | 0 | ****** | ****** |
| msdos_file_read( rtems_libio_t *, void *, size_t ) definition libfs/src/dosfs/msdos_file.c:146 | 15 | 2 | 0 | ------ | ------ |
| msdos_file_rmnod( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/dosfs/msdos_file.c:476 | 23 | 4 | 1 | 23.000 | ------ |
| msdos_file_stat( rtems_filesystem_location_info_t *, stat * ) definition libfs/src/dosfs/msdos_file.c:266 | 23 | 2 | 0 | ****** | ------ |
| msdos_file_sync( rtems_libio_t * ) definition libfs/src/dosfs/msdos_file.c:348 | 40 | 11 | 5 | 8.000 | 2.200 |
| msdos_file_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/dosfs/msdos_file.c:179 | 23 | 5 | 4 | 5.750 | 1.250 |
| msdos_filename_unix2dos( const char *, int, char * ) definition libfs/src/dosfs/msdos_conv.c:211 | 41 | 26 | 27 | 1.519 | 0.963 |
| msdos_find_name( rtems_filesystem_location_info_t *, const char *, int ) definition libfs/src/dosfs/msdos_misc.c:360 | 74 | 16 | 15 | 4.933 | 1.067 |
| msdos_find_name_in_fat_file( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, bool, const char *, int, msdos_name_type_t, fat_dir_pos_t *, char * ) definition libfs/src/dosfs/msdos_misc.c:1021 | 369 | 93 | 157 | 2.350 | 0.592 |
| msdos_find_node_by_cluster_num_in_fat_file( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t *, uint32_t, fat_dir_pos_t *, char * ) definition libfs/src/dosfs/msdos_misc.c:1659 | 51 | 13 | 22 | 2.318 | 0.591 |
| msdos_format( const char *, const msdos_format_request_param_t * ) definition libfs/src/dosfs/msdos_format.c:872 | 168 | 36 | 92 | 1.826 | 0.391 |
| msdos_format_determine_fmt_params( const rtems_disk_device *, const msdos_format_request_param_t *, msdos_format_param_t * ) definition libfs/src/dosfs/msdos_format.c:365 | 224 | 49 | 119 | 1.882 | 0.412 |
| msdos_format_dirent_with_dot( char *, const char * ) definition libfs/src/dosfs/msdos_dir.c:127 | 34 | 8 | 15 | 2.267 | 0.533 |
| msdos_format_eval_sectors_per_cluster( int, uint32_t, uint32_t, uint8_t, uint32_t, uint32_t *, uint32_t * ) definition libfs/src/dosfs/msdos_format.c:270 | 60 | 11 | 36 | 1.667 | 0.306 |
| msdos_format_fill_sectors( const msdos_format_request_param_t *, int, uint32_t, uint32_t, uint32_t, const char ) definition libfs/src/dosfs/msdos_format.c:159 | 48 | 9 | 27 | 1.778 | 0.333 |
| msdos_format_gen_fsinfo( ... ) definition libfs/src/dosfs/msdos_format.c:834 | 15 | 1 | 23 | ------ | ------ |
| msdos_format_gen_mbr( ... ) definition libfs/src/dosfs/msdos_format.c:716 | 70 | 4 | 55 | 1.273 | ------ |
| msdos_format_gen_volid( uint32_t * ) definition libfs/src/dosfs/msdos_format.c:236 | 17 | 2 | 14 | ------ | ------ |
| msdos_format_printf( ... ) definition libfs/src/dosfs/msdos_format.c:72 | 13 | 2 | 0 | ------ | ------ |
| msdos_format_read_sec( int, uint32_t, uint32_t, char * ) definition libfs/src/dosfs/msdos_format.c:89 | 19 | 4 | 17 | ------ | ------ |
| msdos_format_write_sec( int, uint32_t, uint32_t, const char * ) definition libfs/src/dosfs/msdos_format.c:124 | 19 | 4 | 17 | ------ | ------ |
| msdos_free_node_info( rtems_filesystem_location_info_t * ) definition libfs/src/dosfs/msdos_free.c:41 | 13 | 2 | 0 | ------ | ------ |
| msdos_get_dotdot_dir_info_cluster_num_and_offset( rtems_filesystem_mount_table_entry_t *, uint32_t, fat_dir_pos_t *, char * ) definition libfs/src/dosfs/msdos_misc.c:590 | 82 | 19 | 12 | 6.833 | 1.583 |
| msdos_get_name_node( rtems_filesystem_location_info_t *, bool, const char *, int, msdos_name_type_t, fat_dir_pos_t *, char * ) definition libfs/src/dosfs/msdos_misc.c:495 | 47 | 12 | 13 | 3.615 | 0.923 |
| msdos_get_token( const char *, int, const char **, int * ) definition libfs/src/dosfs/msdos_misc.c:275 | 46 | 20 | 13 | 3.538 | 1.538 |
| msdos_initialize_support( rtems_filesystem_mount_table_entry_t *, const rtems_filesystem_operations_table *, const rtems_filesystem_file_handlers_r *, const rtems_filesystem_file_handlers_r * ) definition libfs/src/dosfs/msdos_initsupp.c:48 | 84 | 12 | 6 | 14.000 | 2.000 |
| msdos_is_valid_name_char( const char ) definition libfs/src/dosfs/msdos_misc.c:66 | 9 | 7 | 0 | ------ | ****** |
| msdos_long_to_short( const char *, int, char *, int ) definition libfs/src/dosfs/msdos_misc.c:194 | 35 | 16 | 12 | 2.917 | 1.333 |
| msdos_mknod( const char *, mode_t, dev_t, rtems_filesystem_location_info_t * ) definition libfs/src/dosfs/msdos_mknod.c:48 | 29 | 4 | 29 | 1.000 | ------ |
| msdos_name_type( const char *, int ) definition libfs/src/dosfs/msdos_misc.c:115 | 48 | 21 | 0 | ****** | ****** |
| msdos_node_type( rtems_filesystem_location_info_t * ) definition libfs/src/dosfs/msdos_node_type.c:45 | 6 | 1 | 6 | ------ | ------ |
| msdos_rename( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, const char * ) definition libfs/src/dosfs/msdos_rename.c:44 | 32 | 5 | 13 | 2.462 | 0.385 |
| msdos_set_dir_wrt_time_and_date( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t * ) definition libfs/src/dosfs/msdos_misc.c:716 | 25 | 4 | 5 | 5.000 | ------ |
| msdos_set_file_size( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t * ) definition libfs/src/dosfs/msdos_misc.c:814 | 20 | 3 | 0 | ****** | ------ |
| msdos_set_first_char4file_name( rtems_filesystem_mount_table_entry_t *, fat_dir_pos_t *, char ) definition libfs/src/dosfs/msdos_misc.c:858 | 44 | 16 | 5 | 8.800 | 3.200 |
| msdos_set_first_cluster_num( rtems_filesystem_mount_table_entry_t *, fat_file_fd_t * ) definition libfs/src/dosfs/msdos_misc.c:765 | 27 | 4 | 5 | 5.400 | ------ |
| msdos_set_handlers( rtems_filesystem_location_info_t * ) definition libfs/src/dosfs/msdos_eval.c:44 | 9 | 1 | 0 | ------ | ------ |
| msdos_short_name_hex( char *, int ) definition libfs/src/dosfs/msdos_misc.c:90 | 12 | 4 | 0 | ------ | ------ |
| msdos_shut_down( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/dosfs/msdos_fsunmount.c:46 | 18 | 3 | 3 | ------ | ------ |
| my_free( void * ) definition libfs/src/nfsclient/src/xdr_mbuf.c:77 | 4 | 1 | 0 | ------ | ------ |
| my_malloc( size_t ) definition libfs/src/nfsclient/src/xdr_mbuf.c:71 | 4 | 1 | 0 | ------ | ------ |
| namecmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:69 | 4 | 1 | 0 | ------ | ------ |
| nanosleep( const timespec *, timespec * ) definition posix/src/nanosleep.c:32 | 41 | 7 | 34 | 1.206 | 0.206 |
| netstats_usage( void ) definition libmisc/shell/main_netstats.c:27 | 14 | 0 | 11 | ------ | ------ |
| newlib_begin_hook( rtems_tcb * ) definition libcsupport/src/newlibc_reent.c:93 | 4 | 0 | 3 | ------ | ------ |
| newlib_create_hook( ... ) definition libcsupport/src/newlibc_reent.c:51 | 20 | 4 | 14 | 1.429 | ------ |
| newlib_delete_hook( rtems_tcb *, rtems_tcb * ) definition libcsupport/src/newlibc_reent.c:126 | 21 | 4 | 13 | 1.615 | ------ |
| newlib_free_buffers( FILE * ) definition libcsupport/src/newlibc_reent.c:106 | 19 | 4 | 6 | ------ | ------ |
| newsyntax( rtems_shell_hexdump_globals *, int, char *** ) definition libmisc/shell/hexsyntax.c:67 | 77 | 22 | 1 | 77.000 | 22.000 |
| nfsMountsShow( FILE * ) declaration libfs/src/nfsclient/src/nfs.c:588 | 1 | 0 | 0 | ------ | ------ |
| nfsTestRead( char *, int, int ) definition libfs/src/nfsclient/src/nfsTest.c:265 | 90 | 22 | 12 | 7.500 | 1.833 |
| nfsTestReadBigbuf( char *, int, int, int ) definition libfs/src/nfsclient/src/nfsTest.c:222 | 26 | 5 | 5 | 5.200 | 1.000 |
| nfsTestReader( rtems_task_argument ) definition libfs/src/nfsclient/src/nfsTest.c:135 | 32 | 6 | 2 | 16.000 | 3.000 |
| nfs_readlink( rtems_filesystem_location_info_t *, char *, size_t ) declaration libfs/src/nfsclient/src/nfs.c:551 | 5 | 0 | 5 | ------ | ------ |
| nfs_sattr( NfsNode, sattr *, u_long ) declaration libfs/src/nfsclient/src/nfs.c:579 | 1 | 0 | 0 | ------ | ------ |
| nowSeconds( void ) definition libfs/src/nfsclient/src/nfs.c:470 | 6 | 1 | 0 | ------ | ------ |
| null_close( ... ) definition libmisc/devnull/devnull.c:103 | 8 | 1 | 12 | ------ | ------ |
| null_control( ... ) definition libmisc/devnull/devnull.c:177 | 8 | 1 | 12 | ------ | ------ |
| null_initialize( ... ) definition libmisc/devnull/devnull.c:41 | 20 | 3 | 0 | ****** | ------ |
| null_open( ... ) definition libmisc/devnull/devnull.c:80 | 8 | 1 | 12 | ------ | ------ |
| null_read( ... ) definition libmisc/devnull/devnull.c:126 | 8 | 1 | 12 | ------ | ------ |
| null_write( ... ) definition libmisc/devnull/devnull.c:149 | 11 | 2 | 12 | ------ | ------ |
| odadd( rtems_shell_hexdump_globals *, const char * ) declaration libmisc/shell/hexdump-odsyntax.c:68definition libmisc/shell/hexdump-odsyntax.c:443 | 9 | 1 | 0 | ------ | ------ |
| odformat( rtems_shell_hexdump_globals *, const char * ) declaration libmisc/shell/hexdump-odsyntax.c:69definition libmisc/shell/hexdump-odsyntax.c:301 | 23 | 6 | 0 | ****** | ****** |
| odformatfp( ... ) definition libmisc/shell/hexdump-odsyntax.c:327 | 46 | 12 | 0 | ****** | ****** |
| odformatfp( rtems_shell_hexdump_globals *, char, const char * ) declaration libmisc/shell/hexdump-odsyntax.c:70 | 1 | 0 | 0 | ------ | ------ |
| odformatint( rtems_shell_hexdump_globals *, char, const char * ) declaration libmisc/shell/hexdump-odsyntax.c:71definition libmisc/shell/hexdump-odsyntax.c:378 | 55 | 19 | 6 | 9.167 | 3.167 |
| odoffset( rtems_shell_hexdump_globals *, int, char *** ) declaration libmisc/shell/hexdump-odsyntax.c:72definition libmisc/shell/hexdump-odsyntax.c:206 | 57 | 30 | 25 | 2.280 | 1.200 |
| odusage( rtems_shell_hexdump_globals * ) declaration libmisc/shell/hexdump-odsyntax.c:73definition libmisc/shell/hexdump-odsyntax.c:195 | 9 | 0 | 0 | ------ | ------ |
| oldsyntax( rtems_shell_hexdump_globals *, int, char *** ) definition libmisc/shell/hexdump-odsyntax.c:76 | 109 | 33 | 2 | 54.500 | 16.500 |
| open( ... ) definition libcsupport/src/open.c:60 | 82 | 17 | 81 | 1.012 | 0.210 |
| open_dev_console( void ) definition libcsupport/src/open_dev_console.c:25 | 13 | 4 | 26 | ------ | ------ |
| opendir( const char * ) definition libcsupport/src/opendir.c:58 | 23 | 8 | 9 | 2.556 | 0.889 |
| oproc( char, rtems_termios_tty * ) definition libcsupport/src/termios.c:687 | 47 | 20 | 0 | ****** | ****** |
| pack_12_20( ... ) definition libmisc/shell/mknod-pack_dev.c:157 | 13 | 4 | 0 | ------ | ------ |
| pack_14_18( ... ) definition libmisc/shell/mknod-pack_dev.c:178 | 13 | 4 | 0 | ------ | ------ |
| pack_8_24( ... ) definition libmisc/shell/mknod-pack_dev.c:199 | 13 | 4 | 0 | ------ | ------ |
| pack_8_8( ... ) definition libmisc/shell/mknod-pack_dev.c:136 | 13 | 4 | 0 | ------ | ------ |
| pack_bsdos( ... ) definition libmisc/shell/mknod-pack_dev.c:221 | 21 | 8 | 0 | ****** | ****** |
| pack_freebsd( ... ) definition libmisc/shell/mknod-pack_dev.c:115 | 13 | 4 | 0 | ------ | ------ |
| pack_native( ... ) definition libmisc/shell/mknod-pack_dev.c:77 | 13 | 4 | 0 | ------ | ------ |
| pack_netbsd( ... ) definition libmisc/shell/mknod-pack_dev.c:94 | 13 | 4 | 0 | ------ | ------ |
| paranoia_free( caddr_t, u_int ) declaration libfs/src/nfsclient/src/rpcio.c:348 | 1 | 0 | 0 | ------ | ------ |
| paranoia_ref( caddr_t, u_int ) declaration libfs/src/nfsclient/src/rpcio.c:349 | 1 | 0 | 0 | ------ | ------ |
| parity( u_char ) definition libmisc/shell/main_dd.c:161 | 7 | 1 | 0 | ------ | ------ |
| pathconf( const char *, int ) definition libcsupport/src/pathconf.c:24 | 14 | 3 | 11 | ------ | ------ |
| pause( void ) definition posix/src/pause.c:30 | 8 | 1 | 14 | ------ | ------ |
| pipe( ... ) definition libcsupport/src/pipe.c:24 | 8 | 2 | 0 | ------ | ------ |
| pipe_alloc( pipe_control_t ** ) definition libfs/src/pipe/fifo.c:81 | 46 | 9 | 4 | 11.500 | 2.250 |
| pipe_create( ... ) declaration libcsupport/src/pipe.c:22definition libfs/src/pipe/pipe.c:29 | 37 | 10 | 22 | 1.682 | 0.455 |
| pipe_free( pipe_control_t * ) definition libfs/src/pipe/fifo.c:138 | 10 | 0 | 1 | ------ | ------ |
| pipe_interruptible( pipe_control_t * ) definition libfs/src/pipe/fifo.c:64 | 10 | 0 | 1 | ------ | ------ |
| pipe_ioctl( pipe_control_t *, uint32_t, void *, rtems_libio_t * ) definition libfs/src/pipe/fifo.c:542 | 18 | 7 | 4 | ------ | 1.750 |
| pipe_lock( void ) definition libfs/src/pipe/fifo.c:149 | 25 | 6 | 0 | ****** | ****** |
| pipe_lseek( pipe_control_t *, off_t, int, rtems_libio_t * ) definition libfs/src/pipe/fifo.c:568 | 9 | 1 | 4 | ------ | ------ |
| pipe_new( pipe_control_t ** ) definition libfs/src/pipe/fifo.c:197 | 27 | 8 | 5 | 5.400 | 1.600 |
| pipe_read( pipe_control_t *, void *, size_t, rtems_libio_t * ) definition libfs/src/pipe/fifo.c:384 | 54 | 15 | 8 | 6.750 | 1.875 |
| pipe_release( pipe_control_t **, rtems_libio_t * ) definition libfs/src/pipe/fifo.c:236 | 36 | 17 | 11 | 3.273 | 1.545 |
| pipe_unlock( void ) definition libfs/src/pipe/fifo.c:180 | 8 | 1 | 0 | ------ | ------ |
| pipe_write( pipe_control_t *, const void *, size_t, rtems_libio_t * ) definition libfs/src/pipe/fifo.c:456 | 62 | 19 | 9 | 6.889 | 2.111 |
| pos_in( rtems_shell_dd_globals * ) definition libmisc/shell/dd-position.c:66 | 44 | 13 | 12 | 3.667 | 1.083 |
| pos_out( rtems_shell_dd_globals * ) definition libmisc/shell/dd-position.c:129 | 40 | 16 | 13 | 3.077 | 1.231 |
| posix_memalign( void **, size_t, size_t ) definition libcsupport/src/posix_memalign.c:24 | 11 | 4 | 18 | ------ | ------ |
| preserve_dir_acls( ... ) definition libmisc/shell/utils-cp.c:432 | 41 | 14 | 8 | 5.125 | 1.750 |
| preserve_fd_acls( ... ) definition libmisc/shell/utils-cp.c:406 | 21 | 10 | 0 | ****** | ****** |
| printNum( long, unsigned, bool, unsigned, char ) declaration libcsupport/src/vprintk.c:28definition libcsupport/src/vprintk.c:157 | 38 | 6 | 22 | 1.727 | 0.273 |
| print_device_info( char ** ) declaration libmisc/shell/main_mknod.c:123 | 1 | 0 | 0 | ------ | ------ |
| print_filesystem( const rtems_filesystem_table_t *, void * ) definition libmisc/shell/main_mount.c:30 | 5 | 1 | 12 | ------ | ------ |
| printaname( rtems_shell_ls_globals *, FTSENT *, int, int ) declaration libmisc/shell/print-ls.c:81 | 1 | 0 | 0 | ------ | ------ |
| printescaped( ... ) definition libmisc/shell/utils-ls.c:95 | 11 | 3 | 0 | ------ | ------ |
| printk( ... ) definition libcsupport/src/printk.c:32 | 7 | 0 | 24 | ------ | ------ |
| printk_plugin( ... ) definition libcsupport/src/printk_plugin.c:19 | 12 | 1 | 10 | ------ | ------ |
| printlink( rtems_shell_ls_globals *, FTSENT * ) declaration libmisc/shell/print-ls.c:82 | 1 | 0 | 0 | ------ | ------ |
| printlong( rtems_shell_ls_globals *, DISPLAY * ) definition libmisc/shell/print-ls.c:106 | 327 | 111 | 14 | 23.357 | 7.929 |
| printscol( rtems_shell_ls_globals *, DISPLAY * ) definition libmisc/shell/print-ls.c:93 | 10 | 2 | 0 | ------ | ------ |
| printtime( rtems_shell_ls_globals *, time_t ) declaration libmisc/shell/print-ls.c:83 | 1 | 0 | 0 | ------ | ------ |
| printtype( u_int ) declaration libmisc/shell/print-ls.c:84 | 1 | 0 | 0 | ------ | ------ |
| pthread_atfork( ... ) definition posix/src/pthreadatfork.c:30 | 8 | 0 | 20 | ------ | ------ |
| pthread_attr_destroy( pthread_attr_t * ) definition posix/src/pthreadattrdestroy.c:23 | 9 | 4 | 11 | ------ | ------ |
| pthread_attr_getcputime( pthread_attr_t *, int * ) definition posix/src/pthreadgetcputime.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getdetachstate( const pthread_attr_t *, int * ) definition posix/src/pthreadattrgetdetachstate.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getguardsize( const pthread_attr_t *, size_t * ) definition posix/src/pthreadattrgetguardsize.c:22 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getinheritsched( const pthread_attr_t *, int * ) definition posix/src/pthreadattrgetinheritsched.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getschedparam( const pthread_attr_t *, sched_param * ) definition posix/src/pthreadattrgetschedparam.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getschedpolicy( const pthread_attr_t *, int * ) definition posix/src/pthreadattrgetschedpolicy.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getscope( const pthread_attr_t *, int * ) definition posix/src/pthreadattrgetscope.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getstack( const pthread_attr_t *, void **, size_t * ) definition posix/src/pthreadattrgetstack.c:22 | 12 | 6 | 11 | ------ | 0.545 |
| pthread_attr_getstackaddr( const pthread_attr_t *, void ** ) definition posix/src/pthreadattrgetstackaddr.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_getstacksize( const pthread_attr_t *, size_t * ) definition posix/src/pthreadattrgetstacksize.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_init( pthread_attr_t * ) definition posix/src/pthreadattrinit.c:24 | 9 | 3 | 11 | ------ | ------ |
| pthread_attr_setcputime( pthread_attr_t *, int ) definition posix/src/pthreadsetcputime.c:21 | 16 | 6 | 11 | ------ | 0.545 |
| pthread_attr_setdetachstate( pthread_attr_t *, int ) definition posix/src/pthreadattrsetdetachstate.c:21 | 16 | 6 | 11 | ------ | 0.545 |
| pthread_attr_setguardsize( pthread_attr_t *, size_t ) definition posix/src/pthreadattrsetguardsize.c:25 | 10 | 4 | 11 | ------ | ------ |
| pthread_attr_setinheritsched( pthread_attr_t *, int ) definition posix/src/pthreadattrsetinheritsched.c:24 | 16 | 6 | 11 | ------ | 0.545 |
| pthread_attr_setschedparam( pthread_attr_t *, const sched_param * ) definition posix/src/pthreadattrsetschedparam.c:21 | 10 | 5 | 11 | ------ | 0.455 |
| pthread_attr_setschedpolicy( pthread_attr_t *, int ) definition posix/src/pthreadattrsetschedpolicy.c:24 | 18 | 6 | 11 | ------ | 0.545 |
| pthread_attr_setscope( pthread_attr_t *, int ) definition posix/src/pthreadattrsetscope.c:24 | 17 | 7 | 11 | ------ | 0.636 |
| pthread_attr_setstack( pthread_attr_t *, void *, size_t ) definition posix/src/pthreadattrsetstack.c:25 | 15 | 5 | 11 | ------ | 0.455 |
| pthread_attr_setstackaddr( pthread_attr_t *, void * ) definition posix/src/pthreadattrsetstackaddr.c:21 | 10 | 4 | 11 | ------ | ------ |
| pthread_attr_setstacksize( pthread_attr_t *, size_t ) definition posix/src/pthreadattrsetstacksize.c:24 | 13 | 5 | 11 | ------ | 0.455 |
| pthread_barrier_destroy( pthread_barrier_t * ) definition posix/src/pbarrierdestroy.c:39 | 25 | 8 | 25 | 1.000 | 0.320 |
| pthread_barrier_init( pthread_barrier_t *, const pthread_barrierattr_t *, int ) definition posix/src/pbarrierinit.c:40 | 47 | 13 | 46 | 1.022 | 0.283 |
| pthread_barrier_wait( pthread_barrier_t * ) definition posix/src/pbarrierwait.c:38 | 27 | 6 | 24 | 1.125 | 0.250 |
| pthread_barrierattr_destroy( pthread_barrierattr_t * ) definition posix/src/barrierattrdestroy.c:32 | 9 | 4 | 13 | ------ | ------ |
| pthread_barrierattr_getpshared( const pthread_barrierattr_t *, int * ) definition posix/src/barrierattrgetpshared.c:24 | 12 | 5 | 13 | ------ | 0.385 |
| pthread_barrierattr_init( pthread_barrierattr_t * ) definition posix/src/barrierattrinit.c:26 | 10 | 3 | 13 | ------ | ------ |
| pthread_barrierattr_setpshared( pthread_barrierattr_t *, int ) definition posix/src/barrierattrsetpshared.c:24 | 18 | 7 | 13 | ------ | 0.538 |
| pthread_cancel( pthread_t ) definition posix/src/cancel.c:32 | 22 | 6 | 16 | 1.375 | 0.375 |
| pthread_cleanup_pop( int ) definition posix/src/cleanuppop.c:33 | 28 | 3 | 19 | 1.474 | ------ |
| pthread_cleanup_push( ... ) definition posix/src/cleanuppush.c:33 | 21 | 3 | 18 | 1.167 | ------ |
| pthread_cond_broadcast( pthread_cond_t * ) definition posix/src/condbroadcast.c:32 | 6 | 1 | 13 | ------ | ------ |
| pthread_cond_destroy( pthread_cond_t * ) definition posix/src/conddestroy.c:33 | 26 | 6 | 14 | 1.857 | 0.429 |
| pthread_cond_init( pthread_cond_t *, const pthread_condattr_t * ) definition posix/src/condinit.c:33 | 36 | 8 | 17 | 2.118 | 0.471 |
| pthread_cond_signal( pthread_cond_t * ) definition posix/src/condsignal.c:32 | 6 | 1 | 13 | ------ | ------ |
| pthread_cond_timedwait( pthread_cond_t *, pthread_mutex_t *, const timespec * ) definition posix/src/condtimedwait.c:36 | 23 | 5 | 25 | 0.920 | 0.200 |
| pthread_cond_wait( pthread_cond_t *, pthread_mutex_t * ) definition posix/src/condwait.c:32 | 12 | 1 | 13 | ------ | ------ |
| pthread_condattr_destroy( pthread_condattr_t * ) definition posix/src/condattrdestroy.c:33 | 9 | 4 | 14 | ------ | ------ |
| pthread_condattr_getpshared( const pthread_condattr_t *, int * ) definition posix/src/condattrgetpshared.c:33 | 10 | 3 | 14 | ------ | ------ |
| pthread_condattr_init( pthread_condattr_t * ) definition posix/src/condattrinit.c:33 | 9 | 3 | 14 | ------ | ------ |
| pthread_condattr_setpshared( pthread_condattr_t *, int ) definition posix/src/condattrsetpshared.c:33 | 16 | 5 | 14 | ------ | 0.357 |
| pthread_create( ... ) definition posix/src/pthreadcreate.c:39 | 108 | 26 | 61 | 1.770 | 0.426 |
| pthread_detach( pthread_t ) definition posix/src/pthreaddetach.c:25 | 20 | 4 | 11 | 1.818 | ------ |
| pthread_equal( pthread_t, pthread_t ) definition posix/src/pthreadequal.c:27 | 31 | 8 | 30 | 1.033 | 0.267 |
| pthread_exit( void * ) definition posix/src/pthreadexit.c:62 | 6 | 0 | 0 | ------ | ------ |
| pthread_getcpuclockid( pthread_t, clockid_t * ) definition posix/src/pthreadgetcpuclockid.c:24 | 7 | 0 | 11 | ------ | ------ |
| pthread_getschedparam( pthread_t, int *, sched_param * ) definition posix/src/pthreadgetschedparam.c:26 | 30 | 9 | 12 | 2.500 | 0.750 |
| pthread_getspecific( pthread_key_t ) definition posix/src/keygetspecific.c:31 | 23 | 4 | 14 | 1.643 | ------ |
| pthread_join( pthread_t, void ** ) definition posix/src/pthreadjoin.c:25 | 34 | 9 | 14 | 2.429 | 0.643 |
| pthread_key_create( ... ) definition posix/src/keycreate.c:30 | 43 | 8 | 25 | 1.720 | 0.320 |
| pthread_key_delete( pthread_key_t ) definition posix/src/keydelete.c:29 | 20 | 4 | 17 | 1.176 | ------ |
| pthread_kill( pthread_t, int ) definition posix/src/pthreadkill.c:28 | 34 | 10 | 15 | 2.267 | 0.667 |
| pthread_mutex_destroy( pthread_mutex_t * ) definition posix/src/mutexdestroy.c:31 | 24 | 6 | 17 | 1.412 | 0.353 |
| pthread_mutex_getprioceiling( pthread_mutex_t *, int * ) definition posix/src/mutexgetprioceiling.c:34 | 23 | 6 | 13 | 1.769 | 0.462 |
| pthread_mutex_init( pthread_mutex_t *, const pthread_mutexattr_t * ) definition posix/src/mutexinit.c:34 | 84 | 27 | 58 | 1.448 | 0.466 |
| pthread_mutex_lock( pthread_mutex_t * ) definition posix/src/mutexlock.c:36 | 6 | 1 | 15 | ------ | ------ |
| pthread_mutex_setprioceiling( pthread_mutex_t *, int, int * ) definition posix/src/mutexsetprioceiling.c:31 | 35 | 8 | 29 | 1.207 | 0.276 |
| pthread_mutex_timedlock( pthread_mutex_t *, const timespec * ) definition posix/src/mutextimedlock.c:40 | 22 | 9 | 37 | 0.595 | 0.243 |
| pthread_mutex_trylock( pthread_mutex_t * ) definition posix/src/mutextrylock.c:36 | 6 | 1 | 15 | ------ | ------ |
| pthread_mutex_unlock( pthread_mutex_t * ) definition posix/src/mutexunlock.c:36 | 23 | 4 | 15 | 1.533 | ------ |
| pthread_mutexattr_destroy( pthread_mutexattr_t * ) definition posix/src/mutexattrdestroy.c:31 | 9 | 4 | 13 | ------ | ------ |
| pthread_mutexattr_getprioceiling( const pthread_mutexattr_t *, int * ) definition posix/src/mutexattrgetprioceiling.c:31 | 10 | 5 | 14 | ------ | 0.357 |
| pthread_mutexattr_getprotocol( const pthread_mutexattr_t *, int * ) definition posix/src/mutexattrgetprotocol.c:31 | 10 | 5 | 13 | ------ | 0.385 |
| pthread_mutexattr_getpshared( const pthread_mutexattr_t *, int * ) definition posix/src/mutexattrgetpshared.c:31 | 10 | 5 | 13 | ------ | 0.385 |
| pthread_mutexattr_gettype( const pthread_mutexattr_t *, int * ) definition posix/src/mutexattrgettype.c:27 | 14 | 7 | 9 | ------ | 0.778 |
| pthread_mutexattr_init( pthread_mutexattr_t * ) definition posix/src/mutexattrinit.c:31 | 9 | 3 | 13 | ------ | ------ |
| pthread_mutexattr_setprioceiling( pthread_mutexattr_t *, int ) definition posix/src/mutexattrsetprioceiling.c:31 | 12 | 6 | 13 | ------ | 0.462 |
| pthread_mutexattr_setprotocol( pthread_mutexattr_t *, int ) definition posix/src/mutexattrsetprotocol.c:31 | 17 | 6 | 13 | ------ | 0.462 |
| pthread_mutexattr_setpshared( pthread_mutexattr_t *, int ) definition posix/src/mutexattrsetpshared.c:31 | 16 | 6 | 13 | ------ | 0.462 |
| pthread_mutexattr_settype( pthread_mutexattr_t *, int ) definition posix/src/mutexattrsettype.c:27 | 18 | 6 | 9 | ------ | 0.667 |
| pthread_once( ... ) definition posix/src/pthreadonce.c:25 | 19 | 6 | 11 | ------ | 0.545 |
| pthread_rwlock_destroy( pthread_rwlock_t * ) definition posix/src/prwlockdestroy.c:39 | 25 | 8 | 31 | 0.806 | 0.258 |
| pthread_rwlock_init( pthread_rwlock_t *, const pthread_rwlockattr_t * ) definition posix/src/prwlockinit.c:39 | 43 | 11 | 44 | 0.977 | 0.250 |
| pthread_rwlock_rdlock( pthread_rwlock_t * ) definition posix/src/prwlockrdlock.c:37 | 28 | 6 | 24 | 1.167 | 0.250 |
| pthread_rwlock_timedrdlock( pthread_rwlock_t *, const timespec * ) definition posix/src/prwlocktimedrdlock.c:38 | 44 | 14 | 36 | 1.222 | 0.389 |
| pthread_rwlock_timedwrlock( pthread_rwlock_t *, const timespec * ) definition posix/src/prwlocktimedwrlock.c:38 | 43 | 14 | 36 | 1.194 | 0.389 |
| pthread_rwlock_tryrdlock( pthread_rwlock_t * ) definition posix/src/prwlocktryrdlock.c:37 | 28 | 6 | 24 | 1.167 | 0.250 |
| pthread_rwlock_trywrlock( pthread_rwlock_t * ) definition posix/src/prwlocktrywrlock.c:37 | 28 | 6 | 24 | 1.167 | 0.250 |
| pthread_rwlock_unlock( pthread_rwlock_t * ) definition posix/src/prwlockunlock.c:37 | 21 | 6 | 23 | 0.913 | 0.261 |
| pthread_rwlock_wrlock( pthread_rwlock_t * ) definition posix/src/prwlockwrlock.c:37 | 28 | 6 | 24 | 1.167 | 0.250 |
| pthread_rwlockattr_destroy( pthread_rwlockattr_t * ) definition posix/src/rwlockattrdestroy.c:32 | 9 | 4 | 13 | ------ | ------ |
| pthread_rwlockattr_getpshared( const pthread_rwlockattr_t *, int * ) definition posix/src/rwlockattrgetpshared.c:24 | 12 | 5 | 13 | ------ | 0.385 |
| pthread_rwlockattr_init( pthread_rwlockattr_t * ) definition posix/src/rwlockattrinit.c:26 | 10 | 3 | 13 | ------ | ------ |
| pthread_rwlockattr_setpshared( pthread_rwlockattr_t *, int ) definition posix/src/rwlockattrsetpshared.c:24 | 18 | 7 | 13 | ------ | 0.538 |
| pthread_self( void ) definition posix/src/pthreadself.c:24 | 4 | 1 | 11 | ------ | ------ |
| pthread_setcancelstate( int, int * ) definition posix/src/setcancelstate.c:31 | 19 | 8 | 20 | ------ | 0.400 |
| pthread_setcanceltype( int, int * ) definition posix/src/setcanceltype.c:31 | 19 | 8 | 20 | ------ | 0.400 |
| pthread_setschedparam( pthread_t, int, sched_param * ) definition posix/src/pthreadsetschedparam.c:28 | 59 | 12 | 18 | 3.278 | 0.667 |
| pthread_setspecific( pthread_key_t, const void * ) definition posix/src/keysetspecific.c:31 | 23 | 4 | 14 | 1.643 | ------ |
| pthread_sigmask( int, const sigset_t *, sigset_t * ) definition posix/src/pthreadsigmask.c:29 | 33 | 11 | 15 | 2.200 | 0.733 |
| pthread_spin_destroy( pthread_spinlock_t * ) definition posix/src/pspindestroy.c:39 | 25 | 8 | 25 | 1.000 | 0.320 |
| pthread_spin_init( pthread_spinlock_t *, int ) definition posix/src/pspininit.c:39 | 29 | 8 | 27 | 1.074 | 0.296 |
| pthread_spin_lock( pthread_spinlock_t * ) definition posix/src/pspinlock.c:37 | 21 | 6 | 23 | 0.913 | 0.261 |
| pthread_spin_trylock( pthread_spinlock_t * ) definition posix/src/pspintrylock.c:37 | 21 | 6 | 23 | 0.913 | 0.261 |
| pthread_spin_unlock( pthread_spinlock_t * ) definition posix/src/pspinunlock.c:37 | 21 | 6 | 23 | 0.913 | 0.261 |
| pthread_testcancel( void ) definition posix/src/testcancel.c:33 | 15 | 5 | 18 | ------ | 0.278 |
| putDebugChar( char ) declaration libmisc/serdbg/serdbgio.c:180definition libmisc/serdbg/serdbgio.c:184 | 14 | 3 | 23 | ------ | ------ |
| putk( const char * ) definition libcsupport/src/putk.c:23 | 7 | 1 | 14 | ------ | ------ |
| pwd( void ) definition libfs/src/nfsclient/src/dirutils.c:93 | 11 | 3 | 0 | ------ | ------ |
| read( int, void *, size_t ) definition libcsupport/src/read.c:21 | 19 | 2 | 14 | ------ | ------ |
| read_all( int, char *, size_t ) definition libmisc/uuid/gen_uuid.c:426 | 18 | 6 | 1 | ------ | 6.000 |
| readdir( DIR * ) definition libcsupport/src/readdir.c:62 | 29 | 14 | 1 | 29.000 | 14.000 |
| readdir_r( DIR *, dirent *, dirent ** ) definition libcsupport/src/readdir_r.c:22 | 7 | 3 | 7 | ------ | ------ |
| readlink( const char *, char *, size_t ) definition libcsupport/src/readlink.c:21 | 22 | 5 | 11 | 2.000 | 0.455 |
| readv( int, const iovec *, int ) definition libcsupport/src/readv.c:28 | 53 | 16 | 40 | 1.325 | 0.400 |
| realloc( void *, size_t ) definition libcsupport/src/realloc.c:23 | 36 | 17 | 26 | 1.385 | 0.654 |
| recv_mbuf_from( int, mbuf **, long, sockaddr *, int * ) definition libfs/src/nfsclient/src/sock_mbuf.c:227 | 49 | 15 | 6 | 8.167 | 2.500 |
| revacccmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:131 | 13 | 9 | 0 | ------ | ****** |
| revmodcmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:99 | 13 | 9 | 0 | ------ | ****** |
| revnamecmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:76 | 4 | 1 | 0 | ------ | ------ |
| revsizecmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:191 | 9 | 5 | 0 | ------ | ****** |
| revstatcmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:163 | 13 | 9 | 0 | ------ | ****** |
| rewinddir( DIR * ) definition libcsupport/src/rewinddir.c:25 | 12 | 4 | 10 | ------ | ------ |
| rewrite( rtems_shell_hexdump_globals *, FS * ) definition libmisc/shell/hexdump-parse.c:218 | 200 | 62 | 40 | 5.000 | 1.550 |
| rm( char * ) definition libfs/src/nfsclient/src/dirutils.c:341 | 4 | 1 | 0 | ------ | ------ |
| rm_file_rm( rtems_shell_rm_globals *, char ** ) declaration libmisc/shell/main_rm.c:134definition libmisc/shell/main_rm.c:394 | 55 | 25 | 5 | 11.000 | 5.000 |
| rm_overwrite_rm( rtems_shell_rm_globals *, char *, stat * ) declaration libmisc/shell/main_rm.c:135definition libmisc/shell/main_rm.c:476 | 48 | 20 | 0 | ****** | ****** |
| rm_tree_rm( rtems_shell_rm_globals *, char ** ) declaration libmisc/shell/main_rm.c:136definition libmisc/shell/main_rm.c:240 | 112 | 52 | 24 | 4.667 | 2.167 |
| rmdir( const char * ) definition libcsupport/src/rmdir.c:27 | 45 | 10 | 23 | 1.957 | 0.435 |
| rpcio_daemon( rtems_task_argument ) declaration libfs/src/nfsclient/src/rpcio.c:335 | 1 | 0 | 0 | ------ | ------ |
| rtems_aio_enqueue( rtems_aio_request * ) definition posix/src/aio_misc.c:250 | 71 | 10 | 12 | 5.917 | 0.833 |
| rtems_aio_handle( void * ) declaration posix/src/aio_misc.c:17definition posix/src/aio_misc.c:359 | 95 | 15 | 38 | 2.500 | 0.395 |
| rtems_aio_init( void ) definition posix/src/aio_misc.c:34 | 26 | 6 | 0 | ****** | ****** |
| rtems_aio_insert_prio( rtems_chain_control *, rtems_aio_request * ) definition posix/src/aio_misc.c:140 | 19 | 3 | 0 | ------ | ------ |
| rtems_aio_remove_fd( rtems_aio_request_chain * ) definition posix/src/aio_misc.c:177 | 15 | 1 | 11 | ------ | ------ |
| rtems_aio_remove_req( rtems_chain_control *, aiocb * ) definition posix/src/aio_misc.c:211 | 20 | 5 | 15 | 1.333 | 0.333 |
| rtems_aio_search_fd( rtems_chain_control *, int, int ) definition posix/src/aio_misc.c:92 | 27 | 6 | 0 | ****** | ****** |
| rtems_assoc_local_by_name( const rtems_assoc_t *, const char * ) definition libcsupport/src/assoclocalbyname.c:19 | 11 | 3 | 6 | ------ | ------ |
| rtems_assoc_local_by_remote( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assoclocalbyremote.c:19 | 11 | 3 | 6 | ------ | ------ |
| rtems_assoc_local_by_remote_bitfield( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assoclocalbyremotebitfield.c:20 | 13 | 3 | 6 | ------ | ------ |
| rtems_assoc_name_bad( ... ) definition libcsupport/src/assocnamebad.c:24 | 10 | 1 | 0 | ------ | ------ |
| rtems_assoc_name_by_local( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assocnamebylocal.c:19 | 11 | 3 | 6 | ------ | ------ |
| rtems_assoc_name_by_local_bitfield( const rtems_assoc_t *, uint32_t, char * ) definition libcsupport/src/assocnamebylocalbitfield.c:19 | 17 | 4 | 6 | ------ | ------ |
| rtems_assoc_name_by_remote( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assocnamebyremote.c:20 | 11 | 3 | 6 | ------ | ------ |
| rtems_assoc_name_by_remote_bitfield( const rtems_assoc_t *, uint32_t, char * ) definition libcsupport/src/assocnamebyremotebitfield.c:20 | 17 | 4 | 6 | ------ | ------ |
| rtems_assoc_ptr_by_local( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assocptrbylocal.c:19 | 13 | 5 | 6 | ------ | 0.833 |
| rtems_assoc_ptr_by_name( const rtems_assoc_t *, const char * ) definition libcsupport/src/assocptrbyname.c:20 | 13 | 5 | 6 | ------ | 0.833 |
| rtems_assoc_ptr_by_remote( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assocptrbyremote.c:19 | 13 | 5 | 6 | ------ | 0.833 |
| rtems_assoc_remote_by_local( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assocremotebylocal.c:19 | 11 | 3 | 6 | ------ | ------ |
| rtems_assoc_remote_by_local_bitfield( const rtems_assoc_t *, uint32_t ) definition libcsupport/src/assocremotebylocalbitfield.c:20 | 12 | 3 | 6 | ------ | ------ |
| rtems_assoc_remote_by_name( const rtems_assoc_t *, const char * ) definition libcsupport/src/assocremotebyname.c:19 | 11 | 3 | 6 | ------ | ------ |
| rtems_barrier_create( rtems_name, rtems_attribute, uint32_t, rtems_id * ) definition rtems/src/barriercreate.c:44 | 37 | 10 | 30 | 1.233 | 0.333 |
| rtems_barrier_delete( rtems_id ) definition rtems/src/barrierdelete.c:41 | 24 | 4 | 25 | 0.960 | ------ |
| rtems_barrier_ident( rtems_name, rtems_id * ) definition rtems/src/barrierident.c:41 | 14 | 1 | 26 | ------ | ------ |
| rtems_barrier_release( rtems_id, uint32_t * ) definition rtems/src/barrierrelease.c:40 | 21 | 6 | 25 | 0.840 | 0.240 |
| rtems_barrier_wait( rtems_id, rtems_interval ) definition rtems/src/barrierwait.c:39 | 26 | 4 | 24 | 1.083 | ------ |
| rtems_bdpart_shell_main( int, char ** ) definition libmisc/shell/fdisk.c:71 | 161 | 37 | 13 | 12.385 | 2.846 |
| rtems_bsdnet_fdToSocket( int ) definition libcsupport/src/libio_sockets.c:26declaration libfs/src/nfsclient/src/sock_mbuf.c:108 | 19 | 6 | 91 | ------ | 0.066 |
| rtems_bsdnet_loopattach( rtems_bsdnet_ifconfig *, int ) declaration libmisc/dummy/dummy-networking.c:26 | 1 | 0 | 12 | ------ | ------ |
| rtems_bsdnet_makeFdForSocket( void *, const rtems_filesystem_file_handlers_r * ) definition libcsupport/src/libio_sockets.c:54 | 18 | 2 | 3 | ------ | ------ |
| rtems_bsp_cmdline_get( void ) definition libmisc/bspcmdline/bspcmdline_get.c:20 | 4 | 1 | 0 | ------ | ------ |
| rtems_bsp_cmdline_get_param( const char *, char *, size_t ) definition libmisc/bspcmdline/bspcmdline_getparam.c:40 | 20 | 9 | 0 | ****** | ****** |
| rtems_bsp_cmdline_get_param_raw( const char * ) definition libmisc/bspcmdline/bspcmdline_getparamraw.c:22 | 12 | 5 | 1 | ------ | 5.000 |
| rtems_bsp_cmdline_get_param_rhs( const char *, char *, size_t ) definition libmisc/bspcmdline/bspcmdline_getparamrhs.c:20 | 25 | 8 | 9 | 2.778 | 0.889 |
| rtems_build_id( ... ) definition rtems/src/rtemsbuildid.c:23 | 9 | 1 | 11 | ------ | ------ |
| rtems_build_name( char, char, char, char ) definition rtems/src/rtemsbuildname.c:23 | 9 | 1 | 11 | ------ | ------ |
| rtems_capture_begin_task( rtems_tcb * ) definition libmisc/capture/capture.c:817 | 9 | 2 | 8 | ------ | ------ |
| rtems_capture_by_in_to( uint32_t, rtems_capture_task_t *, rtems_capture_control_t * ) definition libmisc/capture/capture.c:207 | 23 | 8 | 12 | 1.917 | 0.667 |
| rtems_capture_clear_trigger( rtems_name, rtems_id, rtems_name, rtems_id, rtems_capture_trigger_mode_t, rtems_capture_trigger_t ) definition libmisc/capture/capture.c:1599 | 60 | 21 | 0 | ****** | ****** |
| rtems_capture_cli_close( ... ) definition libmisc/capture/capture-cli.c:137 | 14 | 2 | 0 | ------ | ------ |
| rtems_capture_cli_disable( ... ) definition libmisc/capture/capture-cli.c:193 | 14 | 2 | 0 | ------ | ------ |
| rtems_capture_cli_enable( ... ) definition libmisc/capture/capture-cli.c:165 | 14 | 2 | 0 | ------ | ------ |
| rtems_capture_cli_flush( ... ) definition libmisc/capture/capture-cli.c:1426 | 27 | 6 | 0 | ****** | ****** |
| rtems_capture_cli_get_name_id( char *, bool *, bool *, rtems_name *, rtems_id * ) definition libmisc/capture/capture-cli.c:623 | 31 | 8 | 10 | 3.100 | 0.800 |
| rtems_capture_cli_init( rtems_capture_timestamp ) definition libmisc/capture/capture-cli.c:1609 | 10 | 2 | 0 | ------ | ------ |
| rtems_capture_cli_open( ... ) definition libmisc/capture/capture-cli.c:66 | 50 | 13 | 0 | ****** | ****** |
| rtems_capture_cli_task_list( ... ) definition libmisc/capture/capture-cli.c:221 | 65 | 12 | 0 | ****** | ****** |
| rtems_capture_cli_task_load( ... ) definition libmisc/capture/capture-cli.c:460 | 49 | 12 | 0 | ****** | ****** |
| rtems_capture_cli_task_load_thread( ... ) definition libmisc/capture/capture-cli.c:309 | 107 | 24 | 5 | 21.400 | 4.800 |
| rtems_capture_cli_trace_records( ... ) definition libmisc/capture/capture-cli.c:1295 | 98 | 18 | 4 | 24.500 | 4.500 |
| rtems_capture_cli_trigger_clear( ... ) definition libmisc/capture/capture-cli.c:1277 | 7 | 0 | 0 | ------ | ------ |
| rtems_capture_cli_trigger_set( ... ) definition libmisc/capture/capture-cli.c:1259 | 7 | 0 | 0 | ------ | ------ |
| rtems_capture_cli_trigger_worker( int, int, char ** ) definition libmisc/capture/capture-cli.c:1078 | 149 | 56 | 5 | 29.800 | 11.200 |
| rtems_capture_cli_watch_add( ... ) definition libmisc/capture/capture-cli.c:685 | 43 | 11 | 0 | ****** | ****** |
| rtems_capture_cli_watch_ceiling( ... ) definition libmisc/capture/capture-cli.c:931 | 33 | 6 | 0 | ****** | ****** |
| rtems_capture_cli_watch_control( ... ) definition libmisc/capture/capture-cli.c:810 | 48 | 14 | 0 | ****** | ****** |
| rtems_capture_cli_watch_del( ... ) definition libmisc/capture/capture-cli.c:748 | 43 | 11 | 0 | ****** | ****** |
| rtems_capture_cli_watch_floor( ... ) definition libmisc/capture/capture-cli.c:982 | 33 | 6 | 0 | ****** | ****** |
| rtems_capture_cli_watch_global( ... ) definition libmisc/capture/capture-cli.c:877 | 36 | 9 | 0 | ****** | ****** |
| rtems_capture_cli_watch_list( ... ) definition libmisc/capture/capture-cli.c:533 | 72 | 26 | 0 | ****** | ****** |
| rtems_capture_close( void ) definition libmisc/capture/capture.c:1061 | 43 | 8 | 4 | 10.750 | 2.000 |
| rtems_capture_control( bool ) definition libmisc/capture/capture.c:1133 | 16 | 4 | 0 | ------ | ------ |
| rtems_capture_create_capture_task( rtems_tcb * ) definition libmisc/capture/capture.c:388 | 44 | 6 | 7 | 6.286 | 0.857 |
| rtems_capture_create_control( rtems_name, rtems_id ) definition libmisc/capture/capture.c:330 | 33 | 9 | 4 | 8.250 | 2.250 |
| rtems_capture_create_task( rtems_tcb *, rtems_tcb * ) definition libmisc/capture/capture.c:643 | 16 | 3 | 7 | ------ | ------ |
| rtems_capture_delete_task( rtems_tcb *, rtems_tcb * ) definition libmisc/capture/capture.c:767 | 20 | 3 | 12 | 1.667 | ------ |
| rtems_capture_destroy_capture_task( rtems_capture_task_t * ) definition libmisc/capture/capture.c:465 | 22 | 7 | 0 | ****** | ****** |
| rtems_capture_dup_name( rtems_name *, rtems_name ) definition libmisc/capture/capture.c:191 | 4 | 0 | 0 | ------ | ------ |
| rtems_capture_event_text( int ) definition libmisc/capture/capture.c:1859 | 6 | 4 | 0 | ------ | ------ |
| rtems_capture_exitted_task( rtems_tcb * ) definition libmisc/capture/capture.c:849 | 10 | 2 | 8 | ------ | ------ |
| rtems_capture_find_control( rtems_name, rtems_id ) definition libmisc/capture/capture.c:311 | 8 | 4 | 0 | ------ | ------ |
| rtems_capture_flush( bool ) definition libmisc/capture/capture.c:1196 | 27 | 4 | 0 | ****** | ------ |
| rtems_capture_get_control_list( void ) definition libmisc/capture/capture.c:1925 | 4 | 1 | 0 | ------ | ------ |
| rtems_capture_get_task_list( void ) definition libmisc/capture/capture.c:1875 | 4 | 1 | 0 | ------ | ------ |
| rtems_capture_get_time( uint32_t *, uint32_t * ) definition libmisc/capture/capture.c:110 | 11 | 1 | 8 | ------ | ------ |
| rtems_capture_init_stack_usage( rtems_capture_task_t * ) definition libmisc/capture/capture.c:285 | 13 | 2 | 0 | ------ | ------ |
| rtems_capture_map_trigger( rtems_capture_trigger_t ) definition libmisc/capture/capture.c:1474 | 23 | 10 | 3 | 7.667 | 3.333 |
| rtems_capture_match_ids( rtems_id, rtems_id ) definition libmisc/capture/capture.c:149 | 4 | 1 | 0 | ------ | ------ |
| rtems_capture_match_name_id( rtems_name, rtems_id, rtems_name, rtems_id ) definition libmisc/capture/capture.c:162 | 14 | 8 | 3 | ------ | 2.667 |
| rtems_capture_match_names( rtems_name, rtems_name ) definition libmisc/capture/capture.c:133 | 4 | 1 | 0 | ------ | ------ |
| rtems_capture_monitor( bool ) definition libmisc/capture/capture.c:1165 | 16 | 4 | 0 | ------ | ------ |
| rtems_capture_open( ... ) definition libmisc/capture/capture.c:983 | 41 | 6 | 16 | 2.562 | 0.375 |
| rtems_capture_read( uint32_t, uint32_t, uint32_t *, rtems_capture_record_t ** ) definition libmisc/capture/capture.c:1697 | 49 | 13 | 21 | 2.333 | 0.619 |
| rtems_capture_record( rtems_capture_task_t *, uint32_t ) definition libmisc/capture/capture.c:502 | 40 | 11 | 9 | 4.444 | 1.222 |
| rtems_capture_refcount_down( rtems_capture_task_t * ) definition libmisc/capture/capture.c:271 | 5 | 1 | 0 | ------ | ------ |
| rtems_capture_refcount_up( rtems_capture_task_t * ) definition libmisc/capture/capture.c:256 | 4 | 0 | 0 | ------ | ------ |
| rtems_capture_release( uint32_t ) definition libmisc/capture/capture.c:1798 | 24 | 3 | 0 | ****** | ------ |
| rtems_capture_restart_task( rtems_tcb *, rtems_tcb * ) definition libmisc/capture/capture.c:724 | 19 | 3 | 8 | ------ | ------ |
| rtems_capture_set_trigger( rtems_name, rtems_id, rtems_name, rtems_id, rtems_capture_trigger_mode_t, rtems_capture_trigger_t ) definition libmisc/capture/capture.c:1517 | 61 | 19 | 5 | 12.200 | 3.800 |
| rtems_capture_start_task( rtems_tcb *, rtems_tcb * ) definition libmisc/capture/capture.c:682 | 18 | 3 | 8 | ------ | ------ |
| rtems_capture_switch_task( rtems_tcb *, rtems_tcb * ) definition libmisc/capture/capture.c:882 | 59 | 12 | 18 | 3.278 | 0.667 |
| rtems_capture_task_stack_usage( rtems_capture_task_t * ) definition libmisc/capture/capture.c:1889 | 19 | 5 | 3 | ------ | 1.667 |
| rtems_capture_tick_time( void ) definition libmisc/capture/capture.c:1844 | 4 | 1 | 0 | ------ | ------ |
| rtems_capture_trigger( rtems_capture_task_t *, rtems_capture_task_t *, uint32_t ) definition libmisc/capture/capture.c:570 | 44 | 15 | 13 | 3.385 | 1.154 |
| rtems_capture_watch_add( rtems_name, rtems_id ) definition libmisc/capture/capture.c:1243 | 14 | 10 | 0 | ------ | ****** |
| rtems_capture_watch_ceiling( rtems_task_priority ) definition libmisc/capture/capture.c:1416 | 5 | 1 | 0 | ------ | ------ |
| rtems_capture_watch_ctrl( rtems_name, rtems_id, bool ) definition libmisc/capture/capture.c:1329 | 22 | 6 | 4 | 5.500 | 1.500 |
| rtems_capture_watch_del( rtems_name, rtems_id ) definition libmisc/capture/capture.c:1274 | 32 | 7 | 3 | 10.667 | 2.333 |
| rtems_capture_watch_floor( rtems_task_priority ) definition libmisc/capture/capture.c:1446 | 5 | 1 | 0 | ------ | ------ |
| rtems_capture_watch_get_ceiling( void ) definition libmisc/capture/capture.c:1430 | 4 | 1 | 0 | ------ | ------ |
| rtems_capture_watch_get_floor( void ) definition libmisc/capture/capture.c:1460 | 4 | 1 | 0 | ------ | ------ |
| rtems_capture_watch_global( bool ) definition libmisc/capture/capture.c:1372 | 11 | 2 | 4 | ------ | ------ |
| rtems_capture_watch_global_on( void ) definition libmisc/capture/capture.c:1400 | 4 | 2 | 0 | ------ | ------ |
| rtems_chain_append_with_notification( rtems_chain_control *, rtems_chain_node *, rtems_id, rtems_event_set ) definition sapi/src/chainappendnotify.c:29 | 14 | 2 | 19 | ------ | ------ |
| rtems_chain_get_with_notification( rtems_chain_control *, rtems_id, rtems_event_set, rtems_chain_node ** ) definition sapi/src/chaingetnotify.c:29 | 14 | 2 | 19 | ------ | ------ |
| rtems_chain_get_with_wait( rtems_chain_control *, rtems_event_set, rtems_interval, rtems_chain_node ** ) definition sapi/src/chaingetwait.c:29 | 24 | 3 | 19 | 1.263 | ------ |
| rtems_chain_prepend_with_notification( rtems_chain_control *, rtems_chain_node *, rtems_id, rtems_event_set ) definition sapi/src/chainprependnotify.c:29 | 14 | 2 | 19 | ------ | ------ |
| rtems_clock_get( rtems_clock_get_options, void * ) definition rtems/src/clockget.c:43 | 25 | 13 | 27 | 0.926 | 0.481 |
| rtems_clock_get_seconds_since_epoch( rtems_interval * ) definition rtems/src/clockgetsecondssinceepoch.c:26 | 11 | 5 | 11 | ------ | 0.455 |
| rtems_clock_get_ticks_per_second( void ) definition rtems/src/clockgettickspersecond.c:27 | 5 | 1 | 11 | ------ | ------ |
| rtems_clock_get_ticks_since_boot( void ) definition rtems/src/clockgettickssinceboot.c:26 | 4 | 1 | 11 | ------ | ------ |
| rtems_clock_get_tod( rtems_time_of_day * ) definition rtems/src/clockgettod.c:27 | 23 | 5 | 14 | 1.643 | 0.357 |
| rtems_clock_get_tod_timeval( timeval * ) definition rtems/src/clockgettodtimeval.c:26 | 11 | 5 | 11 | ------ | 0.455 |
| rtems_clock_get_uptime( timespec * ) definition rtems/src/clockgetuptime.c:42 | 9 | 3 | 26 | ------ | ------ |
| rtems_clock_set( rtems_time_of_day * ) definition rtems/src/clockset.c:41 | 18 | 5 | 24 | ------ | 0.208 |
| rtems_clock_set_nanoseconds_extension( rtems_nanoseconds_extension_routine ) definition rtems/src/clocksetnsecshandler.c:40 | 9 | 3 | 25 | ------ | ------ |
| rtems_clock_tick( void ) definition rtems/src/clocktick.c:42 | 10 | 3 | 26 | ------ | ------ |
| rtems_cpu_usage_report( void ) definition libmisc/cpuuse/cpuusagereport.c:205 | 4 | 0 | 0 | ------ | ------ |
| rtems_cpu_usage_report_with_plugin( void *, rtems_printk_plugin_t ) definition libmisc/cpuuse/cpuusagereport.c:44 | 107 | 14 | 22 | 4.864 | 0.636 |
| rtems_cpu_usage_reset( void ) definition libmisc/cpuuse/cpuusagereset.c:50 | 7 | 0 | 3 | ------ | ------ |
| rtems_debug_disable( rtems_debug_control ) definition sapi/src/debug.c:44 | 6 | 0 | 3 | ------ | ------ |
| rtems_debug_enable( rtems_debug_control ) definition sapi/src/debug.c:34 | 6 | 0 | 4 | ------ | ------ |
| rtems_debug_is_enabled( rtems_debug_control ) definition sapi/src/debug.c:54 | 6 | 2 | 3 | ------ | ------ |
| rtems_deviceio_errno( rtems_status_code ) declaration libfs/src/rfs/rtems-rfs-rtems-dev.c:31definition libfs/src/imfs/deviceerrno.c:55 | 14 | 4 | 22 | ------ | ------ |
| rtems_dosfs_initialize( rtems_filesystem_mount_table_entry_t *, const void * ) definition libfs/src/dosfs/msdos_init.c:54 | 10 | 1 | 11 | ------ | ------ |
| rtems_error( ... ) definition libcsupport/src/error.c:162 | 21 | 3 | 7 | 3.000 | ------ |
| rtems_event_receive( rtems_event_set, rtems_option, rtems_interval, rtems_event_set * ) definition rtems/src/eventreceive.c:46 | 20 | 5 | 28 | 0.714 | 0.179 |
| rtems_event_send( rtems_id, rtems_event_set ) definition rtems/src/eventsend.c:43 | 29 | 5 | 25 | 1.160 | 0.200 |
| rtems_exception_init_mngt( void ) definition score/cpu/arm/arm_exc_handler_high.c:91definition score/cpu/i386/cpu.c:228 | 38 | 1 | 1 | 38.000 | ------ |
| rtems_exception_prologue_0( void ) declaration score/cpu/i386/cpu.c:181 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_1( void ) declaration score/cpu/i386/cpu.c:182 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_10( void ) declaration score/cpu/i386/cpu.c:191 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_11( void ) declaration score/cpu/i386/cpu.c:192 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_12( void ) declaration score/cpu/i386/cpu.c:193 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_13( void ) declaration score/cpu/i386/cpu.c:194 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_14( void ) declaration score/cpu/i386/cpu.c:195 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_16( void ) declaration score/cpu/i386/cpu.c:196 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_17( void ) declaration score/cpu/i386/cpu.c:197 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_18( void ) declaration score/cpu/i386/cpu.c:198 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_19( void ) declaration score/cpu/i386/cpu.c:200 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_2( void ) declaration score/cpu/i386/cpu.c:183 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_3( void ) declaration score/cpu/i386/cpu.c:184 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_4( void ) declaration score/cpu/i386/cpu.c:185 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_5( void ) declaration score/cpu/i386/cpu.c:186 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_6( void ) declaration score/cpu/i386/cpu.c:187 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_7( void ) declaration score/cpu/i386/cpu.c:188 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_8( void ) declaration score/cpu/i386/cpu.c:189 | 1 | 0 | 0 | ------ | ------ |
| rtems_exception_prologue_9( void ) declaration score/cpu/i386/cpu.c:190 | 1 | 0 | 0 | ------ | ------ |
| rtems_extension_create( rtems_name, const rtems_extensions_table *, rtems_id * ) definition sapi/src/extensioncreate.c:30 | 27 | 7 | 17 | 1.588 | 0.412 |
| rtems_extension_delete( rtems_id ) definition sapi/src/extensiondelete.c:30 | 20 | 4 | 17 | 1.176 | ------ |
| rtems_extension_ident( rtems_name, rtems_id * ) definition sapi/src/extensionident.c:30 | 14 | 1 | 16 | ------ | ------ |
| rtems_fatal_error_occurred( uint32_t ) definition sapi/src/fatal.c:33 | 6 | 0 | 22 | ------ | ------ |
| rtems_filesystem_default_chown( rtems_filesystem_location_info_t *, uid_t, gid_t ) definition libfs/src/defaults/default_chown.c:16 | 8 | 0 | 12 | ------ | ------ |
| rtems_filesystem_default_close( rtems_libio_t * ) definition libfs/src/defaults/default_close.c:14 | 6 | 1 | 9 | ------ | ------ |
| rtems_filesystem_default_evalformake( const char *, rtems_filesystem_location_info_t *, const char ** ) definition libfs/src/defaults/default_evalformake.c:25 | 8 | 0 | 18 | ------ | ------ |
| rtems_filesystem_default_evalpath( const char *, size_t, int, rtems_filesystem_location_info_t * ) definition libfs/src/defaults/default_evalpath.c:16 | 9 | 0 | 13 | ------ | ------ |
| rtems_filesystem_default_evaluate_link( rtems_filesystem_location_info_t *, int ) definition libfs/src/defaults/default_evaluate_link.c:16 | 7 | 0 | 11 | ------ | ------ |
| rtems_filesystem_default_fchmod( rtems_filesystem_location_info_t *, mode_t ) definition libfs/src/defaults/default_fchmod.c:16 | 7 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_fcntl( int, rtems_libio_t * ) definition libfs/src/defaults/default_fcntl.c:16 | 7 | 1 | 9 | ------ | ------ |
| rtems_filesystem_default_fdatasync( rtems_libio_t * ) definition libfs/src/defaults/default_fdatasync.c:16 | 6 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_fpathconf( rtems_libio_t *, int ) definition libfs/src/defaults/default_fpathconf.c:16 | 7 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_freenode( rtems_filesystem_location_info_t * ) definition libfs/src/defaults/default_freenode.c:16 | 6 | 1 | 10 | ------ | ------ |
| rtems_filesystem_default_fsmount( rtems_filesystem_mount_table_entry_t *, const void * ) definition libfs/src/defaults/default_fsmount.c:16 | 7 | 0 | 11 | ------ | ------ |
| rtems_filesystem_default_fstat( rtems_filesystem_location_info_t *, stat * ) definition libfs/src/defaults/default_fstat.c:16 | 7 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_fsunmount( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/defaults/default_fsunmount.c:16 | 6 | 1 | 10 | ------ | ------ |
| rtems_filesystem_default_fsync( rtems_libio_t * ) definition libfs/src/defaults/default_fsync.c:16 | 6 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_ftruncate( rtems_libio_t *, rtems_off64_t ) definition libfs/src/defaults/default_ftruncate.c:16 | 7 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/defaults/default_ioctl.c:16 | 8 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_link( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, const char * ) definition libfs/src/defaults/default_link.c:16 | 8 | 0 | 12 | ------ | ------ |
| rtems_filesystem_default_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/defaults/default_lseek.c:16 | 8 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_mknod( const char *, mode_t, dev_t, rtems_filesystem_location_info_t * ) definition libfs/src/defaults/default_mknod.c:16 | 9 | 0 | 13 | ------ | ------ |
| rtems_filesystem_default_mount( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/defaults/default_mount.c:16 | 6 | 1 | 10 | ------ | ------ |
| rtems_filesystem_default_node_type( rtems_filesystem_location_info_t * ) definition libfs/src/defaults/default_node_type.c:24 | 6 | 1 | 18 | ------ | ------ |
| rtems_filesystem_default_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/defaults/default_open.c:16 | 9 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_read( rtems_libio_t *, void *, size_t ) definition libfs/src/defaults/default_read.c:16 | 8 | 0 | 9 | ------ | ------ |
| rtems_filesystem_default_readlink( rtems_filesystem_location_info_t *, char *, size_t ) definition libfs/src/defaults/default_readlink.c:16 | 8 | 0 | 11 | ------ | ------ |
| rtems_filesystem_default_rename( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, const char * ) definition libfs/src/defaults/default_rename.c:16 | 9 | 0 | 13 | ------ | ------ |
| rtems_filesystem_default_rmnod( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/defaults/default_rmnod.c:16 | 7 | 0 | 11 | ------ | ------ |
| rtems_filesystem_default_statvfs( rtems_filesystem_location_info_t *, statvfs * ) definition libfs/src/defaults/default_statvfs.c:16 | 7 | 0 | 11 | ------ | ------ |
| rtems_filesystem_default_symlink( rtems_filesystem_location_info_t *, const char *, const char * ) definition libfs/src/defaults/default_symlink.c:16 | 8 | 0 | 11 | ------ | ------ |
| rtems_filesystem_default_unlink( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/defaults/default_unlink.c:16 | 7 | 0 | 11 | ------ | ------ |
| rtems_filesystem_default_unmount( rtems_filesystem_mount_table_entry_t * ) definition libfs/src/defaults/default_unmount.c:16 | 6 | 1 | 10 | ------ | ------ |
| rtems_filesystem_default_utime( rtems_filesystem_location_info_t *, time_t, time_t ) definition libfs/src/defaults/default_utime.c:16 | 8 | 0 | 12 | ------ | ------ |
| rtems_filesystem_default_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/defaults/default_write.c:16 | 8 | 0 | 9 | ------ | ------ |
| rtems_filesystem_dirname( const char * ) definition libcsupport/src/eval.c:120 | 12 | 4 | 0 | ------ | ------ |
| rtems_filesystem_evaluate_path( const char *, size_t, int, rtems_filesystem_location_info_t *, int ) definition libcsupport/src/eval.c:82 | 20 | 3 | 10 | 2.000 | ------ |
| rtems_filesystem_evaluate_relative_path( const char *, size_t, int, rtems_filesystem_location_info_t *, int ) definition libcsupport/src/eval.c:24 | 24 | 7 | 34 | 0.706 | 0.206 |
| rtems_filesystem_freenode( rtems_filesystem_location_info_t * ) definition libcsupport/src/freenode.c:17 | 4 | 0 | 11 | ------ | ------ |
| rtems_filesystem_get_mount_handler( const char * ) definition libcsupport/src/mount-mgr.c:91 | 13 | 2 | 0 | ------ | ------ |
| rtems_filesystem_get_start_loc( const char *, int *, rtems_filesystem_location_info_t * ) definition libcsupport/src/sup_fs_get_start_loc.c:36 | 13 | 1 | 28 | ------ | ------ |
| rtems_filesystem_get_sym_start_loc( const char *, int *, rtems_filesystem_location_info_t * ) definition libcsupport/src/sup_fs_get_sym_start_loc.c:36 | 12 | 1 | 28 | ------ | ------ |
| rtems_filesystem_initialize( void ) definition libcsupport/src/base_fs.c:36 | 21 | 3 | 68 | 0.309 | ------ |
| rtems_filesystem_is_separator( char ) definition libcsupport/src/sup_fs_is_separator.c:27 | 4 | 3 | 21 | ------ | ------ |
| rtems_filesystem_iterate( rtems_per_filesystem_routine, void * ) definition libcsupport/src/mount-mgr.c:41 | 26 | 6 | 0 | ****** | ****** |
| rtems_filesystem_mount_iterate( rtems_per_filesystem_mount_routine, void * ) definition libcsupport/src/mount.c:260 | 20 | 3 | 0 | ****** | ------ |
| rtems_filesystem_prefix_separators( const char *, int ) definition libcsupport/src/eval.c:135 | 14 | 4 | 3 | ------ | ------ |
| rtems_filesystem_register( const char *, rtems_filesystem_fsmount_me_t ) definition libcsupport/src/mount-mgr.c:108 | 25 | 3 | 0 | ****** | ------ |
| rtems_filesystem_resolve_location( char *, int, rtems_filesystem_location_info_t * ) declaration libfs/src/nfsclient/src/nfs.c:591 | 1 | 0 | 0 | ------ | ------ |
| rtems_filesystem_unregister( const char * ) definition libcsupport/src/mount-mgr.c:140 | 25 | 4 | 0 | ****** | ------ |
| rtems_fsmount( const rtems_fstab_entry *, size_t, size_t * ) definition libmisc/fsmount/fsmount.c:46 | 69 | 15 | 53 | 1.302 | 0.283 |
| rtems_get_version_string( void ) definition sapi/src/getversionstring.c:18 | 4 | 1 | 9 | ------ | ------ |
| rtems_gxx_getspecific( __gthread_key_t ) definition libcsupport/src/gxx_wrappers.c:115 | 26 | 3 | 5 | 5.200 | ------ |
| rtems_gxx_key_create( ... ) definition libcsupport/src/gxx_wrappers.c:58 | 15 | 3 | 7 | ------ | ------ |
| rtems_gxx_key_delete( __gthread_key_t ) definition libcsupport/src/gxx_wrappers.c:96 | 12 | 4 | 2 | ------ | ------ |
| rtems_gxx_key_dtor( __gthread_key_t, void * ) definition libcsupport/src/gxx_wrappers.c:86 | 6 | 1 | 0 | ------ | ------ |
| rtems_gxx_mutex_destroy( __gthread_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:231 | 9 | 3 | 0 | ------ | ------ |
| rtems_gxx_mutex_init( __gthread_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:178 | 26 | 1 | 3 | 8.667 | ------ |
| rtems_gxx_mutex_lock( __gthread_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:213 | 13 | 3 | 0 | ------ | ------ |
| rtems_gxx_mutex_trylock( __gthread_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:245 | 9 | 3 | 0 | ------ | ------ |
| rtems_gxx_mutex_unlock( __gthread_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:259 | 9 | 3 | 0 | ------ | ------ |
| rtems_gxx_once( ... ) definition libcsupport/src/gxx_wrappers.c:37 | 16 | 4 | 21 | ------ | ------ |
| rtems_gxx_recursive_mutex_init( __gthread_recursive_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:273 | 4 | 0 | 0 | ------ | ------ |
| rtems_gxx_recursive_mutex_lock( __gthread_recursive_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:278 | 4 | 1 | 0 | ------ | ------ |
| rtems_gxx_recursive_mutex_trylock( __gthread_recursive_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:283 | 4 | 1 | 0 | ------ | ------ |
| rtems_gxx_recursive_mutex_unlock( __gthread_recursive_mutex_t * ) definition libcsupport/src/gxx_wrappers.c:288 | 4 | 1 | 0 | ------ | ------ |
| rtems_gxx_setspecific( __gthread_key_t, const void * ) definition libcsupport/src/gxx_wrappers.c:151 | 16 | 3 | 2 | ------ | ------ |
| rtems_heap_allocate_aligned_with_boundary( size_t, uintptr_t, uintptr_t ) definition libcsupport/src/rtems_malloc.c:31 | 20 | 4 | 21 | 0.952 | ------ |
| rtems_initialize_before_drivers( void ) definition sapi/src/exinit.c:167 | 5 | 0 | 3 | ------ | ------ |
| rtems_initialize_data_structures( void ) definition sapi/src/exinit.c:62 | 35 | 1 | 38 | 0.921 | ------ |
| rtems_initialize_device_drivers( void ) definition sapi/src/exinit.c:182 | 11 | 1 | 10 | ------ | ------ |
| rtems_initialize_start_multitasking( void ) definition sapi/src/exinit.c:209 | 5 | 0 | 8 | ------ | ------ |
| rtems_interrupt_catch( rtems_isr_entry, rtems_vector_number, rtems_isr_entry * ) definition rtems/src/intrcatch.c:41 | 16 | 7 | 26 | ------ | 0.269 |
| rtems_interrupt_disable( void ) definition rtems/src/intrbody.c:30 | 6 | 1 | 15 | ------ | ------ |
| rtems_interrupt_enable( rtems_interrupt_level ) definition rtems/src/intrbody.c:45 | 6 | 0 | 3 | ------ | ------ |
| rtems_interrupt_flash( rtems_interrupt_level ) definition rtems/src/intrbody.c:58 | 6 | 0 | 3 | ------ | ------ |
| rtems_interrupt_is_in_progress( void ) definition rtems/src/intrbody.c:71 | 4 | 1 | 3 | ------ | ------ |
| rtems_interrupt_level_attribute( uint32_t ) definition rtems/src/attr.c:26 | 6 | 1 | 0 | ------ | ------ |
| rtems_io_close( rtems_device_major_number, rtems_device_minor_number, void * ) definition sapi/src/ioclose.c:35 | 12 | 4 | 24 | ------ | ------ |
| rtems_io_control( rtems_device_major_number, rtems_device_minor_number, void * ) definition sapi/src/iocontrol.c:35 | 12 | 4 | 24 | ------ | ------ |
| rtems_io_initialize( rtems_device_major_number, rtems_device_minor_number, void * ) definition sapi/src/ioinitialize.c:35 | 12 | 4 | 24 | ------ | ------ |
| rtems_io_is_empty_table( const rtems_driver_address_table * ) definition sapi/src/ioregisterdriver.c:31 | 6 | 2 | 18 | ------ | ------ |
| rtems_io_lookup_name( const char *, rtems_driver_name_t * ) definition libfs/src/imfs/ioman.c:64 | 24 | 4 | 8 | 3.000 | ------ |
| rtems_io_obtain_major_number( rtems_device_major_number * ) definition sapi/src/ioregisterdriver.c:38 | 16 | 6 | 2 | ------ | 3.000 |
| rtems_io_open( rtems_device_major_number, rtems_device_minor_number, void * ) definition sapi/src/ioopen.c:35 | 12 | 4 | 24 | ------ | ------ |
| rtems_io_read( rtems_device_major_number, rtems_device_minor_number, void * ) definition sapi/src/ioread.c:35 | 12 | 4 | 24 | ------ | ------ |
| rtems_io_register_driver( rtems_device_major_number, const rtems_driver_address_table *, rtems_device_major_number * ) definition sapi/src/ioregisterdriver.c:63 | 38 | 16 | 1 | 38.000 | 16.000 |
| rtems_io_register_name( const char *, rtems_device_major_number, rtems_device_minor_number ) definition libfs/src/imfs/ioman.c:36 | 14 | 3 | 18 | ------ | ------ |
| rtems_io_unregister_driver( rtems_device_major_number ) definition sapi/src/iounregisterdriver.c:37 | 18 | 5 | 23 | ------ | 0.217 |
| rtems_io_write( rtems_device_major_number, rtems_device_minor_number, void * ) definition sapi/src/iowrite.c:35 | 12 | 4 | 24 | ------ | ------ |
| rtems_iterate_over_all_threads( rtems_per_thread_routine ) definition score/src/iterateoverthreads.c:25 | 22 | 7 | 18 | 1.222 | 0.389 |
| rtems_libio_allocate( void ) definition libcsupport/src/libio.c:133 | 30 | 3 | 6 | 5.000 | ------ |
| rtems_libio_fcntl_flags( uint32_t ) definition libcsupport/src/libio.c:67 | 13 | 1 | 6 | ------ | ------ |
| rtems_libio_free( rtems_libio_t * ) definition libcsupport/src/libio.c:175 | 12 | 1 | 6 | ------ | ------ |
| rtems_libio_init( void ) definition libcsupport/src/libio_init.c:49 | 28 | 5 | 12 | 2.333 | 0.417 |
| rtems_libio_is_file_open( void * ) definition libcsupport/src/libio.c:246 | 19 | 5 | 15 | ------ | 0.333 |
| rtems_libio_is_open_files_in_fs( rtems_filesystem_mount_table_entry_t * ) definition libcsupport/src/libio.c:202 | 19 | 5 | 17 | ------ | 0.294 |
| rtems_libio_set_private_env( void ) definition libcsupport/src/privateenv.c:46 | 45 | 8 | 18 | 2.500 | 0.444 |
| rtems_libio_share_private_env( rtems_id ) definition libcsupport/src/privateenv.c:147 | 22 | 6 | 41 | 0.537 | 0.146 |
| rtems_libio_to_fcntl_flags( uint32_t ) definition libcsupport/src/libio.c:97 | 23 | 7 | 5 | 4.600 | 1.400 |
| rtems_malloc_dirty_memory( void *, size_t ) definition libcsupport/src/malloc_dirtier.c:24 | 7 | 0 | 11 | ------ | ------ |
| rtems_malloc_statistics_at_free( void * ) definition libcsupport/src/malloc_statistics_helpers.c:58 | 9 | 1 | 4 | ------ | ------ |
| rtems_malloc_statistics_at_malloc( void * ) definition libcsupport/src/malloc_statistics_helpers.c:34 | 15 | 3 | 0 | ------ | ------ |
| rtems_malloc_statistics_initialize( void ) definition libcsupport/src/malloc_statistics_helpers.c:26 | 4 | 0 | 15 | ------ | ------ |
| rtems_memalign( void **, size_t, size_t ) definition libcsupport/src/rtems_memalign.c:24 | 26 | 9 | 26 | 1.000 | 0.346 |
| rtems_message_queue_broadcast( rtems_id, const void *, size_t, uint32_t * ) definition rtems/src/msgqbroadcast.c:56 | 45 | 9 | 31 | 1.452 | 0.290 |
| rtems_message_queue_create( rtems_name, uint32_t, size_t, rtems_attribute, rtems_id * ) definition rtems/src/msgqcreate.c:57 | 71 | 25 | 37 | 1.919 | 0.676 |
| rtems_message_queue_delete( rtems_id ) definition rtems/src/msgqdelete.c:52 | 40 | 6 | 27 | 1.481 | 0.222 |
| rtems_message_queue_flush( rtems_id, uint32_t * ) definition rtems/src/msgqflush.c:55 | 31 | 7 | 32 | 0.969 | 0.219 |
| rtems_message_queue_get_number_pending( rtems_id, uint32_t * ) definition rtems/src/msgqgetnumberpending.c:53 | 30 | 7 | 30 | 1.000 | 0.233 |
| rtems_message_queue_ident( rtems_name, uint32_t, rtems_id * ) definition rtems/src/msgqident.c:55 | 15 | 1 | 29 | ------ | ------ |
| rtems_message_queue_receive( rtems_id, void *, size_t *, rtems_option, rtems_interval ) definition rtems/src/msgqreceive.c:56 | 48 | 10 | 30 | 1.600 | 0.333 |
| rtems_message_queue_send( rtems_id, const void *, size_t ) definition rtems/src/msgqsend.c:59 | 40 | 8 | 34 | 1.176 | 0.235 |
| rtems_message_queue_urgent( rtems_id, const void *, size_t ) definition rtems/src/msgqurgent.c:59 | 39 | 7 | 34 | 1.147 | 0.206 |
| rtems_mkdir( const char *, mode_t ) definition libcsupport/src/rtems_mkdir.c:130 | 10 | 3 | 0 | ------ | ------ |
| rtems_monitor_command_iterate( rtems_monitor_per_command_routine, void * ) definition libmisc/monitor/mon-monitor.c:510 | 15 | 5 | 7 | ------ | 0.714 |
| rtems_monitor_command_lookup( const char * ) definition libmisc/monitor/mon-command.c:231 | 12 | 1 | 8 | ------ | ------ |
| rtems_monitor_command_lookup_routine( const rtems_monitor_command_entry_t *, void * ) definition libmisc/monitor/mon-command.c:202 | 16 | 4 | 2 | ------ | ------ |
| rtems_monitor_command_read( char *, int *, char ** ) definition libmisc/monitor/mon-editor.c:482 | 20 | 6 | 4 | 5.000 | 1.500 |
| rtems_monitor_command_usage( const rtems_monitor_command_entry_t *, const char * ) definition libmisc/monitor/mon-command.c:125 | 31 | 8 | 7 | 4.429 | 1.143 |
| rtems_monitor_config_canonical( rtems_monitor_config_t *, void * ) definition libmisc/monitor/mon-config.c:30 | 22 | 0 | 0 | ****** | ------ |
| rtems_monitor_config_dump( ... ) definition libmisc/monitor/mon-config.c:97 | 37 | 1 | 0 | ****** | ------ |
| rtems_monitor_config_dump_header( ... ) definition libmisc/monitor/mon-config.c:84 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_config_next( ... ) definition libmisc/monitor/mon-config.c:60 | 17 | 3 | 0 | ------ | ------ |
| rtems_monitor_continue_cmd( ... ) definition libmisc/monitor/mon-monitor.c:352 | 9 | 0 | 0 | ------ | ------ |
| rtems_monitor_debugger_cmd( ... ) definition libmisc/monitor/mon-monitor.c:314 | 9 | 0 | 0 | ------ | ------ |
| rtems_monitor_driver_canonical( rtems_monitor_driver_t *, void * ) definition libmisc/monitor/mon-driver.c:40 | 19 | 0 | 0 | ------ | ------ |
| rtems_monitor_driver_dump( rtems_monitor_driver_t *, bool ) definition libmisc/monitor/mon-driver.c:107 | 30 | 0 | 0 | ****** | ------ |
| rtems_monitor_driver_dump_header( ... ) definition libmisc/monitor/mon-driver.c:95 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_driver_next( ... ) definition libmisc/monitor/mon-driver.c:64 | 19 | 3 | 3 | ------ | ------ |
| rtems_monitor_dump_addr( void * ) definition libmisc/monitor/mon-prmisc.c:52 | 4 | 1 | 0 | ------ | ------ |
| rtems_monitor_dump_assoc_bitfield( const rtems_assoc_t *, const char *, uint32_t ) definition libmisc/monitor/mon-prmisc.c:64 | 22 | 5 | 0 | ****** | ****** |
| rtems_monitor_dump_attributes( rtems_attribute ) definition libmisc/monitor/mon-prmisc.c:169 | 10 | 2 | 1 | ------ | ------ |
| rtems_monitor_dump_decimal( uint32_t ) definition libmisc/monitor/mon-prmisc.c:46 | 4 | 1 | 0 | ------ | ------ |
| rtems_monitor_dump_events( rtems_event_set ) definition libmisc/monitor/mon-prmisc.c:240 | 6 | 3 | 1 | ------ | ------ |
| rtems_monitor_dump_hex( uint32_t ) definition libmisc/monitor/mon-prmisc.c:58 | 4 | 1 | 0 | ------ | ------ |
| rtems_monitor_dump_id( rtems_id ) definition libmisc/monitor/mon-prmisc.c:92 | 5 | 2 | 0 | ------ | ------ |
| rtems_monitor_dump_modes( rtems_mode ) definition libmisc/monitor/mon-prmisc.c:190 | 10 | 2 | 1 | ------ | ------ |
| rtems_monitor_dump_name( rtems_id ) definition libmisc/monitor/mon-prmisc.c:102 | 6 | 1 | 0 | ------ | ------ |
| rtems_monitor_dump_notepad( uint32_t * ) definition libmisc/monitor/mon-prmisc.c:249 | 9 | 3 | 0 | ------ | ------ |
| rtems_monitor_dump_priority( rtems_task_priority ) definition libmisc/monitor/mon-prmisc.c:112 | 4 | 1 | 0 | ------ | ------ |
| rtems_monitor_dump_state( States_Control ) definition libmisc/monitor/mon-prmisc.c:142 | 10 | 2 | 1 | ------ | ------ |
| rtems_monitor_extension_canonical( rtems_monitor_extension_t *, void * ) definition libmisc/monitor/mon-extension.c:17 | 24 | 0 | 0 | ****** | ------ |
| rtems_monitor_extension_dump( rtems_monitor_extension_t *, bool ) definition libmisc/monitor/mon-extension.c:63 | 36 | 0 | 0 | ****** | ------ |
| rtems_monitor_extension_dump_header( ... ) definition libmisc/monitor/mon-extension.c:45 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_fatal_cmd( ... ) definition libmisc/monitor/mon-monitor.c:339 | 12 | 1 | 0 | ------ | ------ |
| rtems_monitor_getchar( void ) definition libmisc/monitor/mon-editor.c:162 | 38 | 11 | 15 | 2.533 | 0.733 |
| rtems_monitor_help_cmd( ... ) definition libmisc/monitor/mon-command.c:176 | 18 | 2 | 0 | ------ | ------ |
| rtems_monitor_id_fixup( rtems_id, uint32_t, rtems_monitor_object_type_t ) definition libmisc/monitor/mon-object.c:148 | 21 | 3 | 0 | ****** | ------ |
| rtems_monitor_init( uint32_t ) definition libmisc/monitor/mon-editor.c:607 | 29 | 5 | 3 | 9.667 | 1.667 |
| rtems_monitor_init_task_canonical( rtems_monitor_init_task_t *, void * ) definition libmisc/monitor/mon-itask.c:22 | 14 | 0 | 0 | ------ | ------ |
| rtems_monitor_init_task_dump( rtems_monitor_init_task_t *, bool ) definition libmisc/monitor/mon-itask.c:88 | 25 | 0 | 0 | ****** | ------ |
| rtems_monitor_init_task_dump_header( ... ) definition libmisc/monitor/mon-itask.c:73 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_init_task_next( ... ) definition libmisc/monitor/mon-itask.c:40 | 20 | 3 | 3 | 6.667 | ------ |
| rtems_monitor_insert_cmd( rtems_monitor_command_entry_t * ) definition libmisc/monitor/mon-monitor.c:477 | 18 | 7 | 3 | ------ | 2.333 |
| rtems_monitor_kill( void ) definition libmisc/monitor/mon-editor.c:597 | 7 | 1 | 0 | ------ | ------ |
| rtems_monitor_line_editor( char * ) definition libmisc/monitor/mon-editor.c:221 | 188 | 46 | 22 | 8.545 | 2.091 |
| rtems_monitor_make_argv( char *, int *, char ** ) definition libmisc/monitor/mon-editor.c:456 | 14 | 2 | 1 | ------ | ------ |
| rtems_monitor_manager_next( void *, void *, rtems_id * ) definition libmisc/monitor/mon-manager.c:22 | 22 | 3 | 3 | 7.333 | ------ |
| rtems_monitor_mpci_canonical( rtems_monitor_mpci_t *, void * ) definition libmisc/monitor/mon-mpci.c:29 | 29 | 2 | 0 | ****** | ------ |
| rtems_monitor_mpci_dump( rtems_monitor_mpci_t *, bool ) definition libmisc/monitor/mon-mpci.c:112 | 40 | 0 | 0 | ****** | ------ |
| rtems_monitor_mpci_dump_header( bool ) definition libmisc/monitor/mon-mpci.c:97 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_mpci_next( void *, rtems_monitor_mpci_t *, rtems_id * ) definition libmisc/monitor/mon-mpci.c:70 | 19 | 4 | 0 | ------ | ------ |
| rtems_monitor_node_cmd( ... ) definition libmisc/monitor/mon-monitor.c:362 | 25 | 7 | 1 | 25.000 | 7.000 |
| rtems_monitor_object_canonical_get( rtems_monitor_object_type_t, rtems_id, void *, size_t * ) definition libmisc/monitor/mon-object.c:272 | 17 | 3 | 0 | ------ | ------ |
| rtems_monitor_object_canonical_next( const rtems_monitor_object_info_t *, rtems_id, void * ) definition libmisc/monitor/mon-object.c:231 | 29 | 3 | 0 | ****** | ------ |
| rtems_monitor_object_canonical_next_remote( rtems_monitor_object_type_t, rtems_id, void * ) definition libmisc/monitor/mon-object.c:190 | 24 | 4 | 6 | 4.000 | ------ |
| rtems_monitor_object_cmd( int, char **, const rtems_monitor_command_arg_t *, bool ) definition libmisc/monitor/mon-object.c:351 | 56 | 10 | 6 | 9.333 | 1.667 |
| rtems_monitor_object_dump_1( const rtems_monitor_object_info_t *, rtems_id, bool ) definition libmisc/monitor/mon-object.c:297 | 18 | 3 | 12 | ------ | ------ |
| rtems_monitor_object_dump_all( const rtems_monitor_object_info_t *, bool ) definition libmisc/monitor/mon-object.c:331 | 16 | 1 | 0 | ------ | ------ |
| rtems_monitor_object_lookup( rtems_monitor_object_type_t ) definition libmisc/monitor/mon-object.c:174 | 14 | 4 | 0 | ------ | ------ |
| rtems_monitor_pad( uint32_t, uint32_t ) definition libmisc/monitor/mon-prmisc.c:30 | 12 | 2 | 0 | ------ | ------ |
| rtems_monitor_part_canonical( rtems_monitor_part_t *, void * ) definition libmisc/monitor/mon-part.c:18 | 12 | 0 | 0 | ------ | ------ |
| rtems_monitor_part_dump( ... ) definition libmisc/monitor/mon-part.c:50 | 21 | 0 | 0 | ****** | ------ |
| rtems_monitor_part_dump_header( ... ) definition libmisc/monitor/mon-part.c:34 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_pause_cmd( ... ) definition libmisc/monitor/mon-monitor.c:326 | 12 | 1 | 0 | ------ | ------ |
| rtems_monitor_queue_canonical( rtems_monitor_queue_t *, void * ) definition libmisc/monitor/mon-queue.c:15 | 11 | 0 | 0 | ------ | ------ |
| rtems_monitor_queue_dump( ... ) definition libmisc/monitor/mon-queue.c:48 | 19 | 0 | 0 | ------ | ------ |
| rtems_monitor_queue_dump_header( ... ) definition libmisc/monitor/mon-queue.c:29 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_region_canonical( rtems_monitor_region_t *, void * ) definition libmisc/monitor/mon-region.c:18 | 13 | 0 | 0 | ------ | ------ |
| rtems_monitor_region_dump( ... ) definition libmisc/monitor/mon-region.c:51 | 21 | 0 | 0 | ****** | ------ |
| rtems_monitor_region_dump_header( ... ) definition libmisc/monitor/mon-region.c:35 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_sema_canonical( rtems_monitor_sema_t *, void * ) definition libmisc/monitor/mon-sema.c:18 | 22 | 1 | 3 | 7.333 | ------ |
| rtems_monitor_sema_dump( ... ) definition libmisc/monitor/mon-sema.c:65 | 19 | 0 | 0 | ------ | ------ |
| rtems_monitor_sema_dump_header( ... ) definition libmisc/monitor/mon-sema.c:49 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_separator( void ) definition libmisc/monitor/mon-prmisc.c:24 | 4 | 0 | 0 | ------ | ------ |
| rtems_monitor_server_init( ... ) definition libmisc/monitor/mon-server.c:216 | 61 | 7 | 20 | 3.050 | 0.350 |
| rtems_monitor_server_kill( void ) definition libmisc/monitor/mon-server.c:195 | 15 | 4 | 0 | ------ | ------ |
| rtems_monitor_server_request( uint32_t, rtems_monitor_server_request_t *, rtems_monitor_server_response_t * ) definition libmisc/monitor/mon-server.c:36 | 51 | 7 | 8 | 6.375 | 0.875 |
| rtems_monitor_server_task( ... ) definition libmisc/monitor/mon-server.c:114 | 62 | 6 | 0 | ****** | ****** |
| rtems_monitor_show_help( const rtems_monitor_command_entry_t *, int ) definition libmisc/monitor/mon-command.c:32 | 64 | 22 | 10 | 6.400 | 2.200 |
| rtems_monitor_suspend( rtems_interval ) definition libmisc/monitor/mon-monitor.c:283 | 10 | 1 | 0 | ------ | ------ |
| rtems_monitor_symbol_canonical( rtems_monitor_symbol_t *, rtems_symbol_t * ) definition libmisc/monitor/mon-symbols.c:335 | 9 | 0 | 0 | ------ | ------ |
| rtems_monitor_symbol_canonical_by_name( rtems_monitor_symbol_t *, const char * ) definition libmisc/monitor/mon-symbols.c:347 | 11 | 1 | 0 | ------ | ------ |
| rtems_monitor_symbol_canonical_by_value( rtems_monitor_symbol_t *, void * ) definition libmisc/monitor/mon-symbols.c:363 | 21 | 1 | 0 | ****** | ------ |
| rtems_monitor_symbol_cmd( int, char **, const rtems_monitor_command_arg_t *, bool ) definition libmisc/monitor/mon-symbols.c:456 | 29 | 5 | 6 | 4.833 | 0.833 |
| rtems_monitor_symbol_dump( rtems_monitor_symbol_t *, bool ) definition libmisc/monitor/mon-symbols.c:388 | 25 | 5 | 4 | 6.250 | 1.250 |
| rtems_monitor_symbol_dump_all( ... ) definition libmisc/monitor/mon-symbols.c:423 | 23 | 5 | 0 | ****** | ****** |
| rtems_monitor_symbol_next( ... ) definition libmisc/monitor/mon-symbols.c:303 | 22 | 5 | 1 | 22.000 | 5.000 |
| rtems_monitor_symbols_loadup( void ) definition libmisc/monitor/mon-monitor.c:421 | 42 | 11 | 0 | ****** | ****** |
| rtems_monitor_task( rtems_task_argument ) definition libmisc/monitor/mon-editor.c:517 | 49 | 8 | 12 | 4.083 | 0.667 |
| rtems_monitor_task_canonical( rtems_monitor_task_t *, void * ) definition libmisc/monitor/mon-task.c:18 | 22 | 0 | 12 | 1.833 | ------ |
| rtems_monitor_task_dump( ... ) definition libmisc/monitor/mon-task.c:76 | 28 | 1 | 0 | ****** | ------ |
| rtems_monitor_task_dump_header( ... ) definition libmisc/monitor/mon-task.c:59 | 8 | 0 | 2 | ------ | ------ |
| rtems_monitor_wakeup( void ) definition libmisc/monitor/mon-monitor.c:307 | 5 | 0 | 0 | ------ | ------ |
| rtems_multiprocessing_announce( void ) definition rtems/src/mp.c:40 | 4 | 0 | 5 | ------ | ------ |
| rtems_object_api_maximum_class( int ) definition rtems/src/rtemsobjectapimaximumclass.c:22 | 6 | 1 | 11 | ------ | ------ |
| rtems_object_api_minimum_class( uint32_t ) definition rtems/src/rtemsobjectapiminimumclass.c:22 | 8 | 3 | 11 | ------ | ------ |
| rtems_object_get_api_class_name( int, int ) definition rtems/src/rtemsobjectgetapiclassname.c:59 | 20 | 7 | 0 | ****** | ****** |
| rtems_object_get_api_name( int ) definition rtems/src/rtemsobjectgetapiname.c:31 | 10 | 3 | 0 | ------ | ------ |
| rtems_object_get_class_information( int, int, rtems_object_api_class_information * ) definition rtems/src/rtemsobjectgetclassinfo.c:23 | 24 | 7 | 17 | 1.412 | 0.412 |
| rtems_object_get_classic_name( rtems_id, rtems_name * ) definition rtems/src/rtemsobjectgetclassicname.c:40 | 13 | 3 | 27 | ------ | ------ |
| rtems_object_get_name( Objects_Id, size_t, char * ) definition rtems/src/rtemsobjectgetname.c:26 | 8 | 1 | 16 | ------ | ------ |
| rtems_object_id_api_maximum( void ) definition rtems/src/rtemsobjectidapimaximum.c:23 | 4 | 1 | 11 | ------ | ------ |
| rtems_object_id_api_minimum( void ) definition rtems/src/rtemsobjectidapiminimum.c:23 | 4 | 1 | 11 | ------ | ------ |
| rtems_object_id_get_api( rtems_id ) definition rtems/src/rtemsobjectidgetapi.c:23 | 6 | 1 | 11 | ------ | ------ |
| rtems_object_id_get_class( rtems_id ) definition rtems/src/rtemsobjectidgetclass.c:23 | 6 | 1 | 11 | ------ | ------ |
| rtems_object_id_get_index( rtems_id ) definition rtems/src/rtemsobjectidgetindex.c:23 | 6 | 1 | 11 | ------ | ------ |
| rtems_object_id_get_node( rtems_id ) definition rtems/src/rtemsobjectidgetnode.c:23 | 6 | 1 | 11 | ------ | ------ |
| rtems_object_set_name( rtems_id, const char * ) definition rtems/src/rtemsobjectsetname.c:29 | 27 | 9 | 16 | 1.687 | 0.562 |
| rtems_panic( ... ) definition libcsupport/src/error.c:191 | 12 | 0 | 3 | ------ | ------ |
| rtems_partition_create( rtems_name, void *, uint32_t, uint32_t, rtems_attribute, rtems_id * ) definition rtems/src/partcreate.c:49 | 60 | 23 | 34 | 1.765 | 0.676 |
| rtems_partition_delete( rtems_id ) definition rtems/src/partdelete.c:44 | 37 | 8 | 29 | 1.276 | 0.276 |
| rtems_partition_get_buffer( rtems_id, void ** ) definition rtems/src/partgetbuffer.c:44 | 36 | 9 | 28 | 1.286 | 0.321 |
| rtems_partition_ident( rtems_name, uint32_t, rtems_id * ) definition rtems/src/partident.c:46 | 10 | 1 | 29 | ------ | ------ |
| rtems_partition_return_buffer( rtems_id, void * ) definition rtems/src/partreturnbuffer.c:44 | 29 | 7 | 27 | 1.074 | 0.259 |
| rtems_port_create( rtems_name, void *, void *, uint32_t, rtems_id * ) definition rtems/src/dpmemcreate.c:46 | 34 | 10 | 30 | 1.133 | 0.333 |
| rtems_port_delete( rtems_id ) definition rtems/src/dpmemdelete.c:42 | 19 | 4 | 26 | ------ | ------ |
| rtems_port_external_to_internal( rtems_id, void *, void ** ) definition rtems/src/dpmemexternal2internal.c:46 | 28 | 7 | 30 | 0.933 | 0.233 |
| rtems_port_ident( rtems_name, rtems_id * ) definition rtems/src/dpmemident.c:44 | 14 | 1 | 27 | ------ | ------ |
| rtems_port_internal_to_external( rtems_id, void *, void ** ) definition rtems/src/dpmeminternal2external.c:46 | 28 | 7 | 30 | 0.933 | 0.233 |
| rtems_print_buffer( const char *, int ) definition libmisc/dumpbuf/dumpbuf.c:31 | 14 | 4 | 0 | ------ | ------ |
| rtems_rate_monotonic_cancel( rtems_id ) definition rtems/src/ratemoncancel.c:40 | 23 | 6 | 24 | 0.958 | 0.250 |
| rtems_rate_monotonic_create( rtems_name, rtems_id * ) definition rtems/src/ratemoncreate.c:43 | 29 | 7 | 28 | 1.036 | 0.250 |
| rtems_rate_monotonic_delete( rtems_id ) definition rtems/src/ratemondelete.c:40 | 21 | 4 | 25 | 0.840 | ------ |
| rtems_rate_monotonic_get_statistics( rtems_id, rtems_rate_monotonic_period_statistics * ) definition rtems/src/ratemongetstatistics.c:43 | 38 | 6 | 28 | 1.357 | 0.214 |
| rtems_rate_monotonic_get_status( rtems_id, rtems_rate_monotonic_period_status * ) definition rtems/src/ratemongetstatus.c:47 | 48 | 9 | 34 | 1.412 | 0.265 |
| rtems_rate_monotonic_ident( rtems_name, rtems_id * ) definition rtems/src/ratemonident.c:43 | 14 | 1 | 27 | ------ | ------ |
| rtems_rate_monotonic_period( rtems_id, rtems_interval ) definition rtems/src/ratemonperiod.c:244 | 81 | 18 | 43 | 1.884 | 0.419 |
| rtems_rate_monotonic_report_statistics( void ) definition rtems/src/ratemonreportstatistics.c:204 | 4 | 0 | 0 | ------ | ------ |
| rtems_rate_monotonic_report_statistics_with_plugin( void *, rtems_printk_plugin_t ) definition rtems/src/ratemonreportstatistics.c:41 | 100 | 6 | 56 | 1.786 | 0.107 |
| rtems_rate_monotonic_reset_all_statistics( void ) definition rtems/src/ratemonresetall.c:28 | 12 | 1 | 28 | ------ | ------ |
| rtems_rate_monotonic_reset_statistics( rtems_id ) definition rtems/src/ratemonresetstatistics.c:42 | 18 | 4 | 27 | ------ | ------ |
| rtems_region_create( rtems_name, void *, uintptr_t, uintptr_t, rtems_attribute, rtems_id * ) definition rtems/src/regioncreate.c:50 | 54 | 10 | 33 | 1.636 | 0.303 |
| rtems_region_delete( rtems_id ) definition rtems/src/regiondelete.c:45 | 30 | 6 | 28 | 1.071 | 0.214 |
| rtems_region_extend( rtems_id, void *, uintptr_t ) definition rtems/src/regionextend.c:45 | 41 | 8 | 29 | 1.414 | 0.276 |
| rtems_region_get_free_information( rtems_id, Heap_Information_block * ) definition rtems/src/regiongetfreeinfo.c:47 | 30 | 7 | 30 | 1.000 | 0.233 |
| rtems_region_get_information( rtems_id, Heap_Information_block * ) definition rtems/src/regiongetinfo.c:45 | 27 | 7 | 28 | 0.964 | 0.250 |
| rtems_region_get_segment( rtems_id, uintptr_t, rtems_option, rtems_interval, void ** ) definition rtems/src/regiongetsegment.c:48 | 59 | 13 | 36 | 1.639 | 0.361 |
| rtems_region_get_segment_size( rtems_id, void *, uintptr_t * ) definition rtems/src/regiongetsegmentsize.c:45 | 29 | 10 | 29 | 1.000 | 0.345 |
| rtems_region_ident( rtems_name, rtems_id * ) definition rtems/src/regionident.c:46 | 14 | 1 | 28 | ------ | ------ |
| rtems_region_resize_segment( rtems_id, void *, uintptr_t, uintptr_t * ) definition rtems/src/regionresizesegment.c:46 | 49 | 13 | 30 | 1.633 | 0.433 |
| rtems_region_return_segment( rtems_id, void * ) definition rtems/src/regionreturnsegment.c:52 | 40 | 8 | 28 | 1.429 | 0.286 |
| rtems_rfs_bitmap_clear( rtems_rfs_bitmap_element, rtems_rfs_bitmap_element ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:77 | 5 | 1 | 0 | ------ | ------ |
| rtems_rfs_bitmap_close( rtems_rfs_bitmap_control * ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:642 | 5 | 1 | 0 | ------ | ------ |
| rtems_rfs_bitmap_create_search( rtems_rfs_bitmap_control * ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:557 | 53 | 9 | 0 | ****** | ****** |
| rtems_rfs_bitmap_load_map( rtems_rfs_bitmap_control *, rtems_rfs_bitmap_map * ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:146 | 16 | 5 | 0 | ------ | ****** |
| rtems_rfs_bitmap_map_alloc( rtems_rfs_bitmap_control *, rtems_rfs_bitmap_bit, bool *, rtems_rfs_bitmap_bit * ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:481 | 39 | 15 | 29 | 1.345 | 0.517 |
| rtems_rfs_bitmap_map_clear( rtems_rfs_bitmap_control *, rtems_rfs_bitmap_bit ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:215 | 25 | 5 | 0 | ****** | ****** |
| rtems_rfs_bitmap_map_clear_all( rtems_rfs_bitmap_control * ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:289 | 27 | 6 | 4 | 6.750 | 1.500 |
| rtems_rfs_bitmap_map_set( rtems_rfs_bitmap_control *, rtems_rfs_bitmap_bit ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:185 | 28 | 6 | 0 | ****** | ****** |
| rtems_rfs_bitmap_map_set_all( rtems_rfs_bitmap_control * ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:260 | 19 | 5 | 0 | ------ | ****** |
| rtems_rfs_bitmap_map_test( rtems_rfs_bitmap_control *, rtems_rfs_bitmap_bit, bool * ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:242 | 16 | 5 | 0 | ------ | ****** |
| rtems_rfs_bitmap_mask( int ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:168 | 6 | 1 | 0 | ------ | ------ |
| rtems_rfs_bitmap_mask_section( int, int ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:176 | 7 | 2 | 0 | ------ | ------ |
| rtems_rfs_bitmap_match( rtems_rfs_bitmap_element, rtems_rfs_bitmap_element ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:112 | 5 | 2 | 0 | ------ | ------ |
| rtems_rfs_bitmap_match_masked( rtems_rfs_bitmap_element, rtems_rfs_bitmap_element, rtems_rfs_bitmap_element ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:130 | 6 | 2 | 0 | ------ | ------ |
| rtems_rfs_bitmap_merge( rtems_rfs_bitmap_element, rtems_rfs_bitmap_element, rtems_rfs_bitmap_element ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:89 | 8 | 1 | 4 | ------ | ------ |
| rtems_rfs_bitmap_open( rtems_rfs_bitmap_control *, rtems_rfs_file_system *, rtems_rfs_buffer_handle *, size_t, rtems_rfs_buffer_block ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:619 | 17 | 3 | 0 | ------ | ------ |
| rtems_rfs_bitmap_set( rtems_rfs_bitmap_element, rtems_rfs_bitmap_element ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:62 | 5 | 1 | 0 | ------ | ------ |
| rtems_rfs_bitmap_test( rtems_rfs_bitmap_element, rtems_rfs_bitmap_bit ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:47 | 5 | 1 | 0 | ------ | ------ |
| rtems_rfs_bitmap_unit_test( void ) definition libfs/src/rfs/rtems-rfs-bitmaps-ut.c:381 | 11 | 0 | 0 | ------ | ------ |
| rtems_rfs_bitmap_ut_alloc_seq_test( rtems_rfs_bitmap_control *, int, rtems_rfs_bitmap_bit, size_t ) definition libfs/src/rfs/rtems-rfs-bitmaps-ut.c:70 | 55 | 15 | 0 | ****** | ****** |
| rtems_rfs_bitmap_ut_test_bitmap( size_t ) definition libfs/src/rfs/rtems-rfs-bitmaps-ut.c:134 | 182 | 46 | 17 | 10.706 | 2.706 |
| rtems_rfs_bitmap_ut_test_range( rtems_rfs_bitmap_control *, int, bool, rtems_rfs_bitmap_bit, size_t ) definition libfs/src/rfs/rtems-rfs-bitmaps-ut.c:34 | 32 | 11 | 0 | ****** | ****** |
| rtems_rfs_bits_per_block( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-format.c:43 | 4 | 1 | 0 | ------ | ------ |
| rtems_rfs_block_find_indirect( rtems_rfs_file_system *, rtems_rfs_buffer_handle *, rtems_rfs_block_no, int, rtems_rfs_block_no * ) definition libfs/src/rfs/rtems-rfs-block.c:200 | 23 | 6 | 4 | 5.750 | 1.500 |
| rtems_rfs_block_get_block_size( rtems_rfs_file_system *, rtems_rfs_pos, rtems_rfs_block_size * ) definition libfs/src/rfs/rtems-rfs-block.c:65 | 12 | 1 | 0 | ------ | ------ |
| rtems_rfs_block_get_bpos( rtems_rfs_file_system *, rtems_rfs_pos, rtems_rfs_block_pos * ) definition libfs/src/rfs/rtems-rfs-block.c:49 | 7 | 0 | 0 | ------ | ------ |
| rtems_rfs_block_get_pos( rtems_rfs_file_system *, rtems_rfs_block_pos * ) definition libfs/src/rfs/rtems-rfs-block.c:58 | 5 | 1 | 0 | ------ | ------ |
| rtems_rfs_block_get_size( rtems_rfs_file_system *, rtems_rfs_block_size * ) definition libfs/src/rfs/rtems-rfs-block.c:79 | 14 | 4 | 0 | ------ | ------ |
| rtems_rfs_block_map_close( rtems_rfs_file_system *, rtems_rfs_block_map * ) definition libfs/src/rfs/rtems-rfs-block.c:146 | 34 | 11 | 0 | ****** | ****** |
| rtems_rfs_block_map_find( rtems_rfs_file_system *, rtems_rfs_block_map *, rtems_rfs_block_pos *, rtems_rfs_block_no * ) definition libfs/src/rfs/rtems-rfs-block.c:233 | 64 | 10 | 25 | 2.560 | 0.400 |
| rtems_rfs_block_map_free_all( rtems_rfs_file_system *, rtems_rfs_block_map * ) definition libfs/src/rfs/rtems-rfs-block.c:796 | 5 | 1 | 0 | ------ | ------ |
| rtems_rfs_block_map_grow( rtems_rfs_file_system *, rtems_rfs_block_map *, size_t, rtems_rfs_block_no * ) definition libfs/src/rfs/rtems-rfs-block.c:406 | 131 | 29 | 33 | 3.970 | 0.879 |
| rtems_rfs_block_map_indirect_alloc( rtems_rfs_file_system *, rtems_rfs_block_map *, rtems_rfs_buffer_handle *, rtems_rfs_block_no *, bool ) definition libfs/src/rfs/rtems-rfs-block.c:367 | 33 | 8 | 4 | 8.250 | 2.000 |
| rtems_rfs_block_map_indirect_shrink( rtems_rfs_file_system *, rtems_rfs_block_map *, rtems_rfs_buffer_handle *, rtems_rfs_block_no, rtems_rfs_block_no ) definition libfs/src/rfs/rtems-rfs-block.c:601 | 28 | 9 | 13 | 2.154 | 0.692 |
| rtems_rfs_block_map_next_block( rtems_rfs_file_system *, rtems_rfs_block_map *, rtems_rfs_block_no * ) definition libfs/src/rfs/rtems-rfs-block.c:345 | 10 | 1 | 0 | ------ | ------ |
| rtems_rfs_block_map_open( rtems_rfs_file_system *, rtems_rfs_inode_handle *, rtems_rfs_block_map * ) definition libfs/src/rfs/rtems-rfs-block.c:95 | 33 | 8 | 9 | 3.667 | 0.889 |
| rtems_rfs_block_map_seek( rtems_rfs_file_system *, rtems_rfs_block_map *, rtems_rfs_pos_rel, rtems_rfs_block_no * ) definition libfs/src/rfs/rtems-rfs-block.c:333 | 10 | 1 | 0 | ------ | ------ |
| rtems_rfs_block_map_shrink( rtems_rfs_file_system *, rtems_rfs_block_map *, size_t ) definition libfs/src/rfs/rtems-rfs-block.c:649 | 95 | 27 | 30 | 3.167 | 0.900 |
| rtems_rfs_buffer_bdbuf_release( rtems_rfs_buffer *, bool ) definition libfs/src/rfs/rtems-rfs-buffer-bdbuf.c:63 | 22 | 6 | 0 | ****** | ****** |
| rtems_rfs_buffer_bdbuf_request( rtems_rfs_file_system *, rtems_rfs_buffer_block, bool, rtems_rfs_buffer ** ) definition libfs/src/rfs/rtems-rfs-buffer-bdbuf.c:37 | 19 | 4 | 0 | ------ | ------ |
| rtems_rfs_buffer_close( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-buffer.c:341 | 19 | 6 | 4 | ------ | 1.500 |
| rtems_rfs_buffer_device_handle_close( rtems_rfs_buffer_handle *, dev_t ) definition libfs/src/rfs/rtems-rfs-buffer-devio.c:56 | 4 | 0 | 0 | ------ | ------ |
| rtems_rfs_buffer_deviceio_handle_open( rtems_rfs_buffer_handle *, dev_t ) definition libfs/src/rfs/rtems-rfs-buffer-devio.c:50 | 4 | 0 | 0 | ------ | ------ |
| rtems_rfs_buffer_deviceio_release( rtems_rfs_buffer_handle *, dev_t ) definition libfs/src/rfs/rtems-rfs-buffer-devio.c:44 | 4 | 0 | 0 | ------ | ------ |
| rtems_rfs_buffer_deviceio_request( rtems_rfs_buffer_handle *, dev_t, rtems_rfs_buffer_block, bool ) definition libfs/src/rfs/rtems-rfs-buffer-devio.c:36 | 6 | 0 | 0 | ------ | ------ |
| rtems_rfs_buffer_handle_release( rtems_rfs_file_system *, rtems_rfs_buffer_handle * ) definition libfs/src/rfs/rtems-rfs-buffer.c:199 | 67 | 12 | 9 | 7.444 | 1.333 |
| rtems_rfs_buffer_handle_request( rtems_rfs_file_system *, rtems_rfs_buffer_handle *, rtems_rfs_buffer_block, bool ) definition libfs/src/rfs/rtems-rfs-buffer.c:78 | 71 | 25 | 34 | 2.088 | 0.735 |
| rtems_rfs_buffer_open( const char *, rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-buffer.c:285 | 39 | 14 | 6 | 6.500 | 2.333 |
| rtems_rfs_buffer_setblksize( rtems_rfs_file_system *, size_t ) definition libfs/src/rfs/rtems-rfs-buffer.c:410 | 18 | 7 | 0 | ------ | ****** |
| rtems_rfs_buffer_sync( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-buffer.c:374 | 24 | 6 | 3 | 8.000 | 2.000 |
| rtems_rfs_buffers_release( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-buffer.c:462 | 20 | 6 | 0 | ****** | ****** |
| rtems_rfs_check_config( rtems_rfs_file_system *, const rtems_rfs_format_config * ) definition libfs/src/rfs/rtems-rfs-format.c:95 | 61 | 17 | 15 | 4.067 | 1.133 |
| rtems_rfs_dir_add_entry( rtems_rfs_file_system *, rtems_rfs_inode_handle *, const char *, size_t, rtems_rfs_ino ) definition libfs/src/rfs/rtems-rfs-dir.c:230 | 114 | 27 | 11 | 10.364 | 2.455 |
| rtems_rfs_dir_del_entry( rtems_rfs_file_system *, rtems_rfs_inode_handle *, rtems_rfs_ino, uint32_t ) definition libfs/src/rfs/rtems-rfs-dir.c:377 | 116 | 34 | 14 | 8.286 | 2.429 |
| rtems_rfs_dir_empty( rtems_rfs_file_system *, rtems_rfs_inode_handle * ) definition libfs/src/rfs/rtems-rfs-dir.c:653 | 81 | 29 | 8 | 10.125 | 3.625 |
| rtems_rfs_dir_hash( const void *, size_t ) definition libfs/src/rfs/rtems-rfs-dir-hash.c:151 | 133 | 40 | 40 | 3.325 | 1.000 |
| rtems_rfs_dir_lookup_ino( rtems_rfs_file_system *, rtems_rfs_inode_handle *, const char *, int, rtems_rfs_ino *, uint32_t * ) definition libfs/src/rfs/rtems-rfs-dir.c:55 | 138 | 38 | 11 | 12.545 | 3.455 |
| rtems_rfs_dir_read( rtems_rfs_file_system *, rtems_rfs_inode_handle *, rtems_rfs_pos_rel, dirent *, size_t * ) definition libfs/src/rfs/rtems-rfs-dir.c:531 | 93 | 23 | 4 | 23.250 | 5.750 |
| rtems_rfs_file_close( rtems_rfs_file_system *, rtems_rfs_file_handle * ) definition libfs/src/rfs/rtems-rfs-file.c:144 | 58 | 16 | 3 | 19.333 | 5.333 |
| rtems_rfs_file_get_shared( rtems_rfs_file_system *, rtems_rfs_ino ) definition libfs/src/rfs/rtems-rfs-file.c:580 | 15 | 4 | 0 | ------ | ------ |
| rtems_rfs_file_io_end( rtems_rfs_file_handle *, size_t, bool ) definition libfs/src/rfs/rtems-rfs-file.c:307 | 67 | 24 | 8 | 8.375 | 3.000 |
| rtems_rfs_file_io_release( rtems_rfs_file_handle * ) definition libfs/src/rfs/rtems-rfs-file.c:395 | 8 | 2 | 0 | ------ | ------ |
| rtems_rfs_file_io_start( rtems_rfs_file_handle *, size_t *, bool ) definition libfs/src/rfs/rtems-rfs-file.c:219 | 64 | 24 | 8 | 8.000 | 3.000 |
| rtems_rfs_file_open( rtems_rfs_file_system *, rtems_rfs_ino, uint32_t, rtems_rfs_file_handle ** ) definition libfs/src/rfs/rtems-rfs-file.c:32 | 81 | 18 | 13 | 6.231 | 1.385 |
| rtems_rfs_file_seek( rtems_rfs_file_handle *, rtems_rfs_pos, rtems_rfs_pos * ) definition libfs/src/rfs/rtems-rfs-file.c:405 | 12 | 3 | 11 | ------ | ------ |
| rtems_rfs_file_set_size( rtems_rfs_file_handle *, rtems_rfs_pos ) definition libfs/src/rfs/rtems-rfs-file.c:432 | 102 | 23 | 23 | 4.435 | 1.000 |
| rtems_rfs_format( const char *, const rtems_rfs_format_config * ) definition libfs/src/rfs/rtems-rfs-format.c:529 | 90 | 21 | 9 | 10.000 | 2.333 |
| rtems_rfs_fs_close( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-file-system.c:306 | 11 | 3 | 0 | ------ | ------ |
| rtems_rfs_fs_media_size( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-file-system.c:40 | 6 | 1 | 0 | ------ | ------ |
| rtems_rfs_fs_open( const char *, void *, uint32_t, rtems_rfs_file_system ** ) definition libfs/src/rfs/rtems-rfs-file-system.c:196 | 92 | 22 | 3 | 30.667 | 7.333 |
| rtems_rfs_fs_read_superblock( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-file-system.c:48 | 116 | 33 | 8 | 14.500 | 4.125 |
| rtems_rfs_fs_size( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-file-system.c:32 | 6 | 1 | 0 | ------ | ------ |
| rtems_rfs_get_fs( const char *, rtems_rfs_file_system ** ) definition libfs/src/rfs/rtems-rfs-shell.c:80 | 24 | 5 | 4 | 6.000 | 1.250 |
| rtems_rfs_group_bitmap_alloc( rtems_rfs_file_system *, rtems_rfs_bitmap_bit, bool, rtems_rfs_bitmap_bit * ) definition libfs/src/rfs/rtems-rfs-group.c:152 | 68 | 22 | 13 | 5.231 | 1.692 |
| rtems_rfs_group_bitmap_free( rtems_rfs_file_system *, bool, rtems_rfs_bitmap_bit ) definition libfs/src/rfs/rtems-rfs-group.c:248 | 32 | 5 | 0 | ****** | ****** |
| rtems_rfs_group_bitmap_test( rtems_rfs_file_system *, bool, rtems_rfs_bitmap_bit, bool * ) definition libfs/src/rfs/rtems-rfs-group.c:289 | 36 | 10 | 0 | ****** | ****** |
| rtems_rfs_group_close( rtems_rfs_file_system *, rtems_rfs_group * ) definition libfs/src/rfs/rtems-rfs-group.c:122 | 20 | 6 | 5 | 4.000 | 1.200 |
| rtems_rfs_group_open( rtems_rfs_file_system *, rtems_rfs_buffer_block, size_t, size_t, rtems_rfs_group * ) definition libfs/src/rfs/rtems-rfs-group.c:31 | 72 | 20 | 6 | 12.000 | 3.333 |
| rtems_rfs_group_usage( rtems_rfs_file_system *, size_t *, size_t * ) definition libfs/src/rfs/rtems-rfs-group.c:334 | 23 | 4 | 0 | ****** | ------ |
| rtems_rfs_inode_alloc( rtems_rfs_file_system *, rtems_rfs_bitmap_bit, rtems_rfs_ino * ) definition libfs/src/rfs/rtems-rfs-inode.c:33 | 10 | 1 | 0 | ------ | ------ |
| rtems_rfs_inode_close( rtems_rfs_file_system *, rtems_rfs_inode_handle * ) definition libfs/src/rfs/rtems-rfs-inode.c:92 | 17 | 5 | 0 | ------ | ****** |
| rtems_rfs_inode_create( rtems_rfs_file_system *, rtems_rfs_ino, const char *, size_t, uint16_t, uint16_t, uid_t, gid_t, rtems_rfs_ino * ) definition libfs/src/rfs/rtems-rfs-inode.c:180 | 93 | 27 | 9 | 10.333 | 3.000 |
| rtems_rfs_inode_delete( rtems_rfs_file_system *, rtems_rfs_inode_handle * ) definition libfs/src/rfs/rtems-rfs-inode.c:295 | 31 | 8 | 11 | 2.818 | 0.727 |
| rtems_rfs_inode_free( rtems_rfs_file_system *, rtems_rfs_ino ) definition libfs/src/rfs/rtems-rfs-inode.c:45 | 7 | 1 | 0 | ------ | ------ |
| rtems_rfs_inode_get_size( rtems_rfs_file_system *, rtems_rfs_inode_handle * ) definition libfs/src/rfs/rtems-rfs-inode.c:380 | 8 | 1 | 0 | ------ | ------ |
| rtems_rfs_inode_initialise( rtems_rfs_inode_handle *, uint16_t, uint16_t, uid_t, gid_t ) definition libfs/src/rfs/rtems-rfs-inode.c:343 | 19 | 2 | 0 | ------ | ------ |
| rtems_rfs_inode_load( rtems_rfs_file_system *, rtems_rfs_inode_handle * ) definition libfs/src/rfs/rtems-rfs-inode.c:115 | 20 | 6 | 3 | 6.667 | 2.000 |
| rtems_rfs_inode_open( rtems_rfs_file_system *, rtems_rfs_ino, rtems_rfs_inode_handle *, bool ) definition libfs/src/rfs/rtems-rfs-inode.c:54 | 29 | 8 | 0 | ****** | ****** |
| rtems_rfs_inode_overhead( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-format.c:79 | 11 | 2 | 3 | ------ | ------ |
| rtems_rfs_inode_time_stamp_now( rtems_rfs_inode_handle *, bool, bool ) definition libfs/src/rfs/rtems-rfs-inode.c:364 | 14 | 5 | 0 | ------ | ****** |
| rtems_rfs_inode_unload( rtems_rfs_file_system *, rtems_rfs_inode_handle *, bool ) definition libfs/src/rfs/rtems-rfs-inode.c:146 | 24 | 9 | 3 | 8.000 | 3.000 |
| rtems_rfs_inodes_from_percent( rtems_rfs_file_system *, int ) definition libfs/src/rfs/rtems-rfs-format.c:65 | 9 | 1 | 0 | ------ | ------ |
| rtems_rfs_link( rtems_rfs_file_system *, const char *, int, rtems_rfs_ino, rtems_rfs_ino, bool ) definition libfs/src/rfs/rtems-rfs-link.c:36 | 58 | 16 | 4 | 14.500 | 4.000 |
| rtems_rfs_mutex_create( rtems_rfs_mutex * ) definition libfs/src/rfs/rtems-rfs-mutex.c:37 | 15 | 4 | 0 | ------ | ------ |
| rtems_rfs_mutex_destroy( rtems_rfs_mutex * ) definition libfs/src/rfs/rtems-rfs-mutex.c:56 | 13 | 4 | 0 | ------ | ------ |
| rtems_rfs_release_chain( rtems_chain_control *, uint32_t *, bool ) definition libfs/src/rfs/rtems-rfs-buffer.c:436 | 20 | 5 | 0 | ****** | ****** |
| rtems_rfs_rtems_chown( rtems_filesystem_location_info_t *, uid_t, gid_t ) definition libfs/src/rfs/rtems-rfs-rtems.c:610 | 36 | 9 | 3 | 12.000 | 3.000 |
| rtems_rfs_rtems_device_close( rtems_libio_t * ) definition libfs/src/rfs/rtems-rfs-rtems-dev.c:98 | 14 | 1 | 0 | ------ | ------ |
| rtems_rfs_rtems_device_ftruncate( rtems_libio_t *, rtems_off64_t ) definition libfs/src/rfs/rtems-rfs-rtems-dev.c:247 | 4 | 1 | 0 | ------ | ------ |
| rtems_rfs_rtems_device_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/rfs/rtems-rfs-rtems-dev.c:197 | 18 | 3 | 0 | ------ | ------ |
| rtems_rfs_rtems_device_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/rfs/rtems-rfs-rtems-dev.c:231 | 6 | 1 | 0 | ------ | ------ |
| rtems_rfs_rtems_device_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/rfs/rtems-rfs-rtems-dev.c:43 | 37 | 5 | 0 | ****** | ****** |
| rtems_rfs_rtems_device_read( rtems_libio_t *, void *, size_t ) definition libfs/src/rfs/rtems-rfs-rtems-dev.c:127 | 19 | 3 | 0 | ------ | ------ |
| rtems_rfs_rtems_device_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/rfs/rtems-rfs-rtems-dev.c:161 | 21 | 3 | 0 | ****** | ------ |
| rtems_rfs_rtems_dir_close( rtems_libio_t * ) definition libfs/src/rfs/rtems-rfs-rtems-dir.c:88 | 4 | 1 | 3 | ------ | ------ |
| rtems_rfs_rtems_dir_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/rfs/rtems-rfs-rtems-dir.c:177 | 16 | 5 | 4 | ------ | 1.250 |
| rtems_rfs_rtems_dir_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/rfs/rtems-rfs-rtems-dir.c:47 | 27 | 5 | 0 | ****** | ****** |
| rtems_rfs_rtems_dir_read( rtems_libio_t *, void *, size_t ) definition libfs/src/rfs/rtems-rfs-rtems-dir.c:109 | 42 | 8 | 0 | ****** | ****** |
| rtems_rfs_rtems_dir_rmnod( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/rfs/rtems-rfs-rtems-dir.c:197 | 23 | 6 | 0 | ****** | ****** |
| rtems_rfs_rtems_error( const char *, int ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:131 | 7 | 3 | 0 | ------ | ------ |
| rtems_rfs_rtems_eval_for_make( const char *, rtems_filesystem_location_info_t *, const char ** ) definition libfs/src/rfs/rtems-rfs-rtems.c:247 | 148 | 43 | 47 | 3.149 | 0.915 |
| rtems_rfs_rtems_eval_path( const char *, size_t, int, rtems_filesystem_location_info_t * ) definition libfs/src/rfs/rtems-rfs-rtems.c:69 | 110 | 33 | 38 | 2.895 | 0.868 |
| rtems_rfs_rtems_eval_perms( rtems_rfs_inode_handle *, int ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:29 | 34 | 9 | 8 | 4.250 | 1.125 |
| rtems_rfs_rtems_fchmod( rtems_filesystem_location_info_t *, mode_t ) definition libfs/src/rfs/rtems-rfs-rtems.c:797 | 39 | 9 | 3 | 13.000 | 3.000 |
| rtems_rfs_rtems_fdatasync( rtems_libio_t * ) definition libfs/src/rfs/rtems-rfs-rtems.c:1067 | 8 | 3 | 0 | ------ | ------ |
| rtems_rfs_rtems_file_close( rtems_libio_t * ) definition libfs/src/rfs/rtems-rfs-rtems-file.c:87 | 14 | 3 | 0 | ------ | ------ |
| rtems_rfs_rtems_file_ftruncate( rtems_libio_t *, rtems_off64_t ) definition libfs/src/rfs/rtems-rfs-rtems-file.c:308 | 15 | 3 | 0 | ------ | ------ |
| rtems_rfs_rtems_file_ioctl( rtems_libio_t *, uint32_t, void * ) definition libfs/src/rfs/rtems-rfs-rtems-file.c:259 | 4 | 1 | 0 | ------ | ------ |
| rtems_rfs_rtems_file_lseek( rtems_libio_t *, rtems_off64_t, int ) definition libfs/src/rfs/rtems-rfs-rtems-file.c:273 | 20 | 4 | 0 | ****** | ------ |
| rtems_rfs_rtems_file_open( rtems_libio_t *, const char *, uint32_t, uint32_t ) definition libfs/src/rfs/rtems-rfs-rtems-file.c:42 | 28 | 5 | 0 | ****** | ****** |
| rtems_rfs_rtems_file_read( rtems_libio_t *, void *, size_t ) definition libfs/src/rfs/rtems-rfs-rtems-file.c:115 | 43 | 11 | 0 | ****** | ****** |
| rtems_rfs_rtems_file_write( rtems_libio_t *, const void *, size_t ) definition libfs/src/rfs/rtems-rfs-rtems-file.c:180 | 49 | 11 | 4 | 12.250 | 2.750 |
| rtems_rfs_rtems_imode( mode_t ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:109 | 4 | 1 | 3 | ------ | ------ |
| rtems_rfs_rtems_initialise( rtems_filesystem_mount_table_entry_t *, const void * ) declaration libfs/src/rfs/rtems-rfs-rtems.c:1197definition libfs/src/rfs/rtems-rfs-rtems.c:1231 | 38 | 9 | 3 | 12.667 | 3.000 |
| rtems_rfs_rtems_link( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, const char * ) definition libfs/src/rfs/rtems-rfs-rtems.c:479 | 21 | 4 | 0 | ****** | ------ |
| rtems_rfs_rtems_mknod( const char *, mode_t, dev_t, rtems_filesystem_location_info_t * ) definition libfs/src/rfs/rtems-rfs-rtems.c:957 | 57 | 12 | 0 | ****** | ****** |
| rtems_rfs_rtems_mode( int ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:118 | 4 | 1 | 3 | ------ | ------ |
| rtems_rfs_rtems_node_type( rtems_filesystem_location_info_t * ) definition libfs/src/rfs/rtems-rfs-rtems.c:551 | 33 | 9 | 8 | 4.125 | 1.125 |
| rtems_rfs_rtems_readlink( rtems_filesystem_location_info_t *, char *, size_t ) definition libfs/src/rfs/rtems-rfs-rtems.c:763 | 20 | 4 | 0 | ****** | ------ |
| rtems_rfs_rtems_rename( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t *, const char * ) definition libfs/src/rfs/rtems-rfs-rtems.c:1088 | 35 | 6 | 8 | 4.375 | 0.750 |
| rtems_rfs_rtems_rmnod( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/rfs/rtems-rfs-rtems.c:1033 | 21 | 4 | 0 | ****** | ------ |
| rtems_rfs_rtems_set_handlers( rtems_filesystem_location_info_t *, rtems_rfs_inode_handle * ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:87 | 20 | 7 | 0 | ****** | ****** |
| rtems_rfs_rtems_shutdown( rtems_filesystem_mount_table_entry_t * ) declaration libfs/src/rfs/rtems-rfs-rtems.c:1199definition libfs/src/rfs/rtems-rfs-rtems.c:1281 | 12 | 1 | 0 | ------ | ------ |
| rtems_rfs_rtems_stat( rtems_filesystem_location_info_t *, stat * ) definition libfs/src/rfs/rtems-rfs-rtems.c:864 | 64 | 11 | 4 | 16.000 | 2.750 |
| rtems_rfs_rtems_statvfs( rtems_filesystem_location_info_t *, statvfs * ) definition libfs/src/rfs/rtems-rfs-rtems.c:1148 | 20 | 1 | 0 | ****** | ------ |
| rtems_rfs_rtems_symlink( rtems_filesystem_location_info_t *, const char *, const char * ) definition libfs/src/rfs/rtems-rfs-rtems.c:719 | 25 | 3 | 0 | ****** | ------ |
| rtems_rfs_rtems_trace( uint32_t ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:144 | 7 | 2 | 0 | ------ | ------ |
| rtems_rfs_rtems_trace_shell_command( ... ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:165 | 74 | 15 | 0 | ****** | ****** |
| rtems_rfs_rtems_unlink( rtems_filesystem_location_info_t *, rtems_filesystem_location_info_t * ) definition libfs/src/rfs/rtems-rfs-rtems.c:515 | 21 | 4 | 0 | ****** | ------ |
| rtems_rfs_rtems_utime( rtems_filesystem_location_info_t *, time_t, time_t ) definition libfs/src/rfs/rtems-rfs-rtems.c:675 | 26 | 5 | 0 | ****** | ****** |
| rtems_rfs_rup_quotient( uint32_t, uint32_t ) definition libfs/src/rfs/rtems-rfs-format.c:53 | 6 | 3 | 0 | ------ | ------ |
| rtems_rfs_scan_chain( rtems_chain_control *, uint32_t *, rtems_rfs_buffer_block ) definition libfs/src/rfs/rtems-rfs-buffer.c:38 | 30 | 8 | 0 | ****** | ****** |
| rtems_rfs_search_map_for_clear_bit( rtems_rfs_bitmap_control *, rtems_rfs_bitmap_bit *, bool *, size_t, int ) definition libfs/src/rfs/rtems-rfs-bitmaps.c:333 | 99 | 28 | 32 | 3.094 | 0.875 |
| rtems_rfs_shell_block( ... ) definition libfs/src/rfs/rtems-rfs-shell.c:163 | 68 | 16 | 0 | ****** | ****** |
| rtems_rfs_shell_data( ... ) definition libfs/src/rfs/rtems-rfs-shell.c:116 | 36 | 1 | 0 | ****** | ------ |
| rtems_rfs_shell_dir( ... ) definition libfs/src/rfs/rtems-rfs-shell.c:420 | 94 | 24 | 0 | ****** | ****** |
| rtems_rfs_shell_group( ... ) definition libfs/src/rfs/rtems-rfs-shell.c:537 | 44 | 12 | 0 | ****** | ****** |
| rtems_rfs_shell_inode( ... ) definition libfs/src/rfs/rtems-rfs-shell.c:245 | 155 | 43 | 0 | ****** | ****** |
| rtems_rfs_shell_lock_rfs( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-shell.c:57 | 4 | 0 | 0 | ------ | ------ |
| rtems_rfs_shell_unlock_rfs( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-shell.c:68 | 4 | 0 | 0 | ------ | ------ |
| rtems_rfs_shell_usage( const char * ) definition libfs/src/rfs/rtems-rfs-shell.c:591 | 10 | 0 | 0 | ------ | ------ |
| rtems_rfs_symlink( rtems_rfs_file_system *, const char *, int, const char *, int, uid_t, gid_t, rtems_rfs_ino ) definition libfs/src/rfs/rtems-rfs-link.c:247 | 92 | 23 | 5 | 18.400 | 4.600 |
| rtems_rfs_symlink_read( rtems_rfs_file_system *, rtems_rfs_ino, char *, size_t, size_t * ) definition libfs/src/rfs/rtems-rfs-link.c:362 | 81 | 21 | 0 | ****** | ****** |
| rtems_rfs_trace( rtems_rfs_trace_mask ) definition libfs/src/rfs/rtems-rfs-trace.c:29 | 7 | 2 | 0 | ------ | ------ |
| rtems_rfs_trace_clear_mask( rtems_rfs_trace_mask ) definition libfs/src/rfs/rtems-rfs-trace.c:46 | 6 | 1 | 0 | ------ | ------ |
| rtems_rfs_trace_rtems_clear_mask( uint32_t ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:159 | 4 | 0 | 0 | ------ | ------ |
| rtems_rfs_trace_rtems_set_mask( uint32_t ) definition libfs/src/rfs/rtems-rfs-rtems-utils.c:153 | 4 | 0 | 0 | ------ | ------ |
| rtems_rfs_trace_set_mask( rtems_rfs_trace_mask ) definition libfs/src/rfs/rtems-rfs-trace.c:38 | 6 | 1 | 0 | ------ | ------ |
| rtems_rfs_trace_shell_command( ... ) definition libfs/src/rfs/rtems-rfs-trace.c:54 | 100 | 16 | 0 | ****** | ****** |
| rtems_rfs_unlink( rtems_rfs_file_system *, rtems_rfs_ino, rtems_rfs_ino, uint32_t, rtems_rfs_unlink_dir ) definition libfs/src/rfs/rtems-rfs-link.c:110 | 112 | 34 | 6 | 18.667 | 5.667 |
| rtems_rfs_write_group( rtems_rfs_file_system *, int, bool, bool ) definition libfs/src/rfs/rtems-rfs-format.c:188 | 125 | 28 | 53 | 2.358 | 0.528 |
| rtems_rfs_write_root_dir( const char * ) definition libfs/src/rfs/rtems-rfs-format.c:458 | 57 | 13 | 3 | 19.000 | 4.333 |
| rtems_rfs_write_superblock( rtems_rfs_file_system * ) definition libfs/src/rfs/rtems-rfs-format.c:395 | 50 | 9 | 0 | ****** | ****** |
| rtems_rtc_shell_main( int, char ** ) definition libmisc/shell/main_rtc.c:48 | 96 | 17 | 0 | ****** | ****** |
| rtems_semaphore_create( rtems_name, uint32_t, rtems_attribute, rtems_task_priority, rtems_id * ) definition rtems/src/semcreate.c:72 | 110 | 38 | 64 | 1.719 | 0.594 |
| rtems_semaphore_delete( rtems_id ) definition rtems/src/semdelete.c:74 | 49 | 10 | 42 | 1.167 | 0.238 |
| rtems_semaphore_flush( rtems_id ) definition rtems/src/semflush.c:64 | 32 | 6 | 30 | 1.067 | 0.200 |
| rtems_semaphore_ident( rtems_name, uint32_t, rtems_id * ) definition rtems/src/semident.c:70 | 10 | 1 | 42 | ------ | ------ |
| rtems_semaphore_obtain( rtems_id, rtems_option, rtems_interval ) definition rtems/src/semobtain.c:68 | 44 | 9 | 41 | 1.073 | 0.220 |
| rtems_semaphore_release( rtems_id ) definition rtems/src/semrelease.c:72 | 41 | 7 | 39 | 1.051 | 0.179 |
| rtems_shell_add_cmd( const char *, const char *, const char *, rtems_shell_command_t ) definition libmisc/shell/shell_cmdset.c:138 | 36 | 8 | 9 | 4.000 | 0.889 |
| rtems_shell_add_cmd_struct( rtems_shell_cmd_t * ) definition libmisc/shell/shell_cmdset.c:109 | 22 | 6 | 3 | 7.333 | 2.000 |
| rtems_shell_add_topic( const char * ) definition libmisc/shell/shell_cmdset.c:68 | 22 | 8 | 3 | 7.333 | 2.667 |
| rtems_shell_alias_cmd( const char *, const char * ) definition libmisc/shell/shell_cmdset.c:207 | 26 | 6 | 3 | 8.667 | 2.000 |
| rtems_shell_cat_file( FILE *, const char * ) definition libmisc/shell/cat_file.c:21 | 14 | 5 | 12 | ------ | 0.417 |
| rtems_shell_cp_exit( ... ) definition libmisc/shell/main_cp.c:103 | 4 | 0 | 0 | ------ | ------ |
| rtems_shell_dd_exit( rtems_shell_dd_globals *, int ) definition libmisc/shell/main_dd.c:102 | 5 | 0 | 0 | ------ | ------ |
| rtems_shell_debugrfs( ... ) definition libfs/src/rfs/rtems-rfs-shell.c:603 | 51 | 14 | 0 | ****** | ****** |
| rtems_shell_discard( int, FILE * ) definition libmisc/shell/login_prompt.c:81 | 4 | 1 | 65 | ------ | ------ |
| rtems_shell_env_free( void * ) definition libmisc/shell/shell.c:86 | 14 | 4 | 3 | ------ | ------ |
| rtems_shell_get_prompt( rtems_shell_env_t *, char *, size_t ) definition libmisc/shell/shell_getprompt.c:34 | 14 | 3 | 9 | ------ | ------ |
| rtems_shell_get_text( FILE *, FILE *, char *, size_t ) definition libmisc/shell/login_prompt.c:86 | 59 | 15 | 0 | ****** | ****** |
| rtems_shell_getchar( FILE * ) definition libmisc/shell/shell_getchar.c:121 | 40 | 13 | 15 | 2.667 | 0.867 |
| rtems_shell_help( ... ) definition libmisc/shell/main_help.c:79 | 64 | 13 | 5 | 12.800 | 2.600 |
| rtems_shell_help_cmd( rtems_shell_cmd_t * ) definition libmisc/shell/main_help.c:30 | 42 | 12 | 13 | 3.231 | 0.923 |
| rtems_shell_hexdump_exit( rtems_shell_hexdump_globals *, int ) definition libmisc/shell/main_hexdump.c:74 | 5 | 0 | 0 | ------ | ------ |
| rtems_shell_init( const char *, size_t, rtems_task_priority, const char *, bool, bool, rtems_shell_login_check_t ) definition libmisc/shell/shell.c:918 | 28 | 2 | 12 | 2.333 | ------ |
| rtems_shell_init_env( rtems_shell_env_t * ) definition libmisc/shell/shell.c:64 | 16 | 4 | 3 | ------ | ------ |
| rtems_shell_init_issue( void ) definition libmisc/shell/shell.c:387 | 21 | 4 | 6 | 3.500 | ------ |
| rtems_shell_initialize_command_set( void ) definition libmisc/shell/shell_cmdset.c:188 | 12 | 2 | 0 | ------ | ------ |
| rtems_shell_joel_usage( void ) definition libmisc/shell/shell_script.c:36 | 10 | 0 | 14 | ------ | ------ |
| rtems_shell_line_editor( ... ) definition libmisc/shell/shell.c:106 | 227 | 82 | 18 | 12.611 | 4.556 |
| rtems_shell_ln_exit( rtems_shell_ln_globals *, int ) definition libmisc/shell/main_ln.c:97 | 5 | 0 | 0 | ------ | ------ |
| rtems_shell_login( FILE *, FILE * ) definition libmisc/shell/shell.c:414 | 111 | 40 | 0 | ****** | ****** |
| rtems_shell_login_check( const char *, const char * ) definition libmisc/shell/login_check.c:36 | 22 | 6 | 24 | 0.917 | 0.250 |
| rtems_shell_login_prompt( FILE *, FILE *, const char *, rtems_shell_login_check_t ) definition libmisc/shell/login_prompt.c:150 | 45 | 10 | 5 | 9.000 | 2.000 |
| rtems_shell_lookup_cmd( const char * ) definition libmisc/shell/shell_cmdset.c:96 | 9 | 4 | 3 | ------ | ------ |
| rtems_shell_lookup_topic( const char * ) definition libmisc/shell/shell_cmdset.c:53 | 10 | 4 | 3 | ------ | ------ |
| rtems_shell_ls_exit( rtems_shell_ls_globals *, int ) definition libmisc/shell/main_ls.c:127 | 5 | 0 | 0 | ------ | ------ |
| rtems_shell_main_blksync( ... ) definition libmisc/shell/main_blksync.c:31 | 34 | 10 | 12 | 2.833 | 0.833 |
| rtems_shell_main_cat( ... ) definition libmisc/shell/main_cat.c:38 | 13 | 4 | 12 | ------ | ------ |
| rtems_shell_main_chdir( ... ) definition libmisc/shell/main_chdir.c:28 | 15 | 4 | 12 | ------ | ------ |
| rtems_shell_main_chmod( ... ) definition libmisc/shell/main_chmod.c:31 | 21 | 6 | 18 | 1.167 | 0.333 |
| rtems_shell_main_chroot( ... ) definition libmisc/shell/main_chroot.c:28 | 14 | 4 | 12 | ------ | ------ |
| rtems_shell_main_cp( ... ) declaration libmisc/shell/main_mv.c:116definition libmisc/shell/main_cp.c:109 | 10 | 3 | 0 | ------ | ------ |
| rtems_shell_main_cpuuse( ... ) definition libmisc/shell/main_cpuuse.c:25 | 17 | 6 | 20 | ------ | 0.300 |
| rtems_shell_main_date( ... ) definition libmisc/shell/main_date.c:30 | 32 | 7 | 20 | 1.600 | 0.350 |
| rtems_shell_main_dd( ... ) definition libmisc/shell/main_dd.c:111 | 25 | 9 | 0 | ****** | ****** |
| rtems_shell_main_echo( ... ) definition libmisc/shell/main_echo.c:73 | 57 | 26 | 57 | 1.000 | 0.456 |
| rtems_shell_main_getenv( ... ) definition libmisc/shell/main_getenv.c:19 | 17 | 5 | 2 | ------ | 2.500 |
| rtems_shell_main_halt( ... ) definition libmisc/shell/main_halt.c:24 | 8 | 1 | 11 | ------ | ------ |
| rtems_shell_main_hexdump( ... ) definition libmisc/shell/main_hexdump.c:83 | 44 | 11 | 0 | ****** | ****** |
| rtems_shell_main_id( ... ) definition libmisc/shell/main_id.c:31 | 27 | 5 | 12 | 2.250 | 0.417 |
| rtems_shell_main_ifconfig( ... ) definition libmisc/shell/main_ifconfig.c:32 | 179 | 56 | 10 | 17.900 | 5.600 |
| rtems_shell_main_joel( int, char ** ) declaration libmisc/shell/shell_script.c:101definition libmisc/shell/shell_script.c:106 | 91 | 20 | 26 | 3.500 | 0.769 |
| rtems_shell_main_ln( ... ) definition libmisc/shell/main_ln.c:106 | 10 | 3 | 0 | ------ | ------ |
| rtems_shell_main_logoff( ... ) definition libmisc/shell/main_logoff.c:25 | 9 | 1 | 12 | ------ | ------ |
| rtems_shell_main_loop( rtems_shell_env_t * ) definition libmisc/shell/shell.c:568 | 206 | 56 | 41 | 5.024 | 1.366 |
| rtems_shell_main_ls( ... ) definition libmisc/shell/main_ls.c:136 | 13 | 3 | 0 | ------ | ------ |
| rtems_shell_main_malloc_info( ... ) definition libmisc/shell/main_mallocinfo.c:28 | 24 | 6 | 0 | ****** | ****** |
| rtems_shell_main_mdump( ... ) definition libmisc/shell/main_mdump.c:29 | 54 | 18 | 18 | 3.000 | 1.000 |
| rtems_shell_main_mdump( int, char * ) declaration libmisc/shell/main_mmove.c:28declaration libmisc/shell/main_medit.c:28 | 2 | 0 | 24 | ------ | ------ |
| rtems_shell_main_medit( ... ) definition libmisc/shell/main_medit.c:30 | 29 | 7 | 6 | 4.833 | 1.167 |
| rtems_shell_main_mfill( ... ) definition libmisc/shell/main_mfill.c:28 | 29 | 9 | 18 | 1.611 | 0.500 |
| rtems_shell_main_mkdir( ... ) definition libmisc/shell/main_mkdir.c:30 | 16 | 3 | 12 | ------ | ------ |
| rtems_shell_main_mknod( ... ) definition libmisc/shell/main_mknod.c:104 | 10 | 3 | 0 | ------ | ------ |
| rtems_shell_main_mmove( ... ) definition libmisc/shell/main_mmove.c:30 | 29 | 9 | 6 | 4.833 | 1.500 |
| rtems_shell_main_monitor( int, char ** ) definition libmisc/shell/cmds.c:32 | 12 | 5 | 16 | ------ | 0.312 |
| rtems_shell_main_mount( ... ) definition libmisc/shell/main_mount.c:37 | 77 | 24 | 3 | 25.667 | 8.000 |
| rtems_shell_main_msdos_format( ... ) definition libmisc/shell/main_msdosfmt.c:27 | 120 | 34 | 6 | 20.000 | 5.667 |
| rtems_shell_main_mv( ... ) definition libmisc/shell/main_mv.c:120 | 9 | 3 | 0 | ------ | ------ |
| rtems_shell_main_mwdump( ... ) definition libmisc/shell/main_mwdump.c:29 | 54 | 18 | 18 | 3.000 | 1.000 |
| rtems_shell_main_netstats( ... ) definition libmisc/shell/main_netstats.c:42 | 77 | 28 | 1 | 77.000 | 28.000 |
| rtems_shell_main_perioduse( ... ) definition libmisc/shell/main_perioduse.c:24 | 20 | 6 | 20 | 1.000 | 0.300 |
| rtems_shell_main_pwd( ... ) definition libmisc/shell/main_pwd.c:26 | 10 | 1 | 12 | ------ | ------ |
| rtems_shell_main_rm( ... ) declaration libmisc/shell/main_mv.c:117definition libmisc/shell/main_rm.c:108 | 10 | 3 | 0 | ------ | ------ |
| rtems_shell_main_rmdir( ... ) definition libmisc/shell/main_rmdir.c:28 | 14 | 4 | 12 | ------ | ------ |
| rtems_shell_main_route( ... ) definition libmisc/shell/main_route.c:30 | 101 | 24 | 8 | 12.625 | 3.000 |
| rtems_shell_main_setenv( ... ) definition libmisc/shell/main_setenv.c:19 | 36 | 10 | 2 | 18.000 | 5.000 |
| rtems_shell_main_sleep( ... ) definition libmisc/shell/main_sleep.c:26 | 27 | 9 | 20 | 1.350 | 0.450 |
| rtems_shell_main_stackuse( ... ) definition libmisc/shell/main_stackuse.c:25 | 11 | 1 | 11 | ------ | ------ |
| rtems_shell_main_time( ... ) definition libmisc/shell/main_time.c:28 | 41 | 7 | 10 | 4.100 | 0.700 |
| rtems_shell_main_tty( ... ) definition libmisc/shell/main_tty.c:28 | 8 | 1 | 12 | ------ | ------ |
| rtems_shell_main_umask( ... ) definition libmisc/shell/main_umask.c:31 | 20 | 4 | 12 | 1.667 | ------ |
| rtems_shell_main_unmount( ... ) definition libmisc/shell/main_unmount.c:30 | 27 | 8 | 15 | 1.800 | 0.533 |
| rtems_shell_main_unsetenv( ... ) definition libmisc/shell/main_unsetenv.c:19 | 14 | 5 | 2 | ------ | 2.500 |
| rtems_shell_main_whoami( ... ) definition libmisc/shell/main_whoami.c:29 | 10 | 2 | 12 | ------ | ------ |
| rtems_shell_main_wkspace_info( ... ) definition libmisc/shell/main_wkspaceinfo.c:36 | 12 | 1 | 0 | ------ | ------ |
| rtems_shell_make_args( char *, int *, char **, int ) definition libmisc/shell/shell_makeargs.c:21 | 36 | 14 | 11 | 3.273 | 1.273 |
| rtems_shell_mknod_exit( rtems_shell_mknod_globals *, int ) definition libmisc/shell/main_mknod.c:95 | 5 | 0 | 0 | ------ | ------ |
| rtems_shell_mv_exit( rtems_shell_mv_globals *, int ) definition libmisc/shell/main_mv.c:104 | 5 | 0 | 0 | ------ | ------ |
| rtems_shell_nfs_mounter( ... ) definition libmisc/shell/main_mount_nfs.c:31 | 26 | 5 | 0 | ****** | ****** |
| rtems_shell_print_env( rtems_shell_env_t * ) definition libmisc/shell/shell.c:530 | 21 | 3 | 0 | ****** | ------ |
| rtems_shell_print_heap_info( const char *, Heap_Information * ) definition libmisc/shell/print_heapinfo.c:24 | 14 | 0 | 11 | ------ | ------ |
| rtems_shell_print_unified_work_area_message( void ) definition libmisc/shell/main_wkspaceinfo.c:29declaration libmisc/shell/main_mallocinfo.c:26 | 7 | 1 | 0 | ------ | ------ |
| rtems_shell_register_command( ... ) definition libmisc/shell/cmds.c:50 | 19 | 4 | 1 | ------ | ------ |
| rtems_shell_register_monitor_commands( void ) definition libmisc/shell/cmds.c:74 | 4 | 0 | 0 | ------ | ------ |
| rtems_shell_rfs_format( ... ) definition libfs/src/rfs/rtems-rfs-shell.c:661 | 82 | 25 | 0 | ****** | ****** |
| rtems_shell_rm_exit( rtems_shell_rm_globals *, int ) definition libmisc/shell/main_rm.c:99 | 5 | 0 | 0 | ------ | ------ |
| rtems_shell_rtems_main_alias( int, char ** ) definition libmisc/shell/main_alias.c:25 | 11 | 4 | 12 | ------ | ------ |
| rtems_shell_run( const char *, size_t, rtems_task_priority, const char *, bool, bool, const char *, const char *, bool, rtems_id, bool, rtems_shell_login_check_t ) definition libmisc/shell/shell.c:845 | 65 | 10 | 1 | 65.000 | 10.000 |
| rtems_shell_script( const char *, size_t, rtems_task_priority, const char *, const char *, bool, bool, bool ) definition libmisc/shell/shell.c:949 | 36 | 6 | 12 | 3.000 | 0.500 |
| rtems_shell_script_file( ... ) definition libmisc/shell/shell_script.c:236 | 60 | 15 | 43 | 1.395 | 0.349 |
| rtems_shell_task( rtems_task_argument ) definition libmisc/shell/shell.c:553 | 9 | 1 | 0 | ------ | ------ |
| rtems_shell_write_file( const char *, const char * ) definition libmisc/shell/write_file.c:25 | 15 | 2 | 14 | ------ | ------ |
| rtems_shutdown_executive( uint32_t ) definition sapi/src/exshutdown.c:35 | 14 | 1 | 22 | ------ | ------ |
| rtems_signal_catch( rtems_asr_entry, rtems_mode ) definition rtems/src/signalcatch.c:44 | 21 | 2 | 30 | 0.700 | ------ |
| rtems_signal_send( rtems_id, rtems_signal_set ) definition rtems/src/signalsend.c:43 | 40 | 12 | 26 | 1.538 | 0.462 |
| rtems_stack_checker_begin_extension( Thread_Control * ) definition libmisc/stackchk/check.c:181 | 10 | 2 | 4 | ------ | ------ |
| rtems_stack_checker_create_extension( ... ) definition libmisc/stackchk/check.c:165 | 10 | 2 | 3 | ------ | ------ |
| rtems_stack_checker_fatal_extension( Internal_errors_Source, bool, uint32_t ) definition libmisc/stackchk/check.c:453 | 9 | 1 | 3 | ------ | ------ |
| rtems_stack_checker_is_blown( void ) definition libmisc/stackchk/check.c:284 | 18 | 4 | 17 | ------ | ------ |
| rtems_stack_checker_report_usage( void ) definition libmisc/stackchk/check.c:497 | 4 | 0 | 0 | ------ | ------ |
| rtems_stack_checker_report_usage_with_plugin( void *, rtems_printk_plugin_t ) definition libmisc/stackchk/check.c:469 | 18 | 2 | 6 | ------ | ------ |
| rtems_stack_checker_switch_extension( ... ) definition libmisc/stackchk/check.c:256 | 17 | 2 | 6 | ------ | ------ |
| rtems_status_text( rtems_status_code ) definition libcsupport/src/error.c:95 | 6 | 1 | 0 | ------ | ------ |
| rtems_symbol_compare( const void *, const void * ) definition libmisc/monitor/mon-symbols.c:141 | 12 | 5 | 0 | ------ | ****** |
| rtems_symbol_create( rtems_symbol_table_t *, const char *, uint32_t ) definition libmisc/monitor/mon-symbols.c:71 | 47 | 9 | 7 | 6.714 | 1.286 |
| rtems_symbol_name_lookup( rtems_symbol_table_t *, const char * ) definition libmisc/monitor/mon-symbols.c:278 | 20 | 7 | 0 | ****** | ****** |
| rtems_symbol_sort( rtems_symbol_table_t * ) definition libmisc/monitor/mon-symbols.c:161 | 6 | 0 | 0 | ------ | ------ |
| rtems_symbol_table_create( void ) definition libmisc/monitor/mon-symbols.c:34 | 8 | 1 | 1 | ------ | ------ |
| rtems_symbol_table_destroy( rtems_symbol_table_t * ) definition libmisc/monitor/mon-symbols.c:47 | 20 | 3 | 0 | ****** | ------ |
| rtems_symbol_value_lookup( rtems_symbol_table_t *, uint32_t ) definition libmisc/monitor/mon-symbols.c:176 | 42 | 14 | 0 | ****** | ****** |
| rtems_symbol_value_lookup_exact( rtems_symbol_table_t *, uint32_t ) definition libmisc/monitor/mon-symbols.c:238 | 28 | 11 | 1 | 28.000 | 11.000 |
| rtems_tarfs_load( char *, uint8_t *, size_t ) definition libfs/src/imfs/imfs_load_tar.c:82 | 72 | 17 | 79 | 0.911 | 0.215 |
| rtems_task_create( rtems_name, rtems_task_priority, size_t, rtems_mode, rtems_attribute, rtems_id * ) definition rtems/src/taskcreate.c:58 | 97 | 24 | 67 | 1.448 | 0.358 |
| rtems_task_delete( rtems_id ) definition rtems/src/taskdelete.c:54 | 39 | 8 | 31 | 1.258 | 0.258 |
| rtems_task_get_note( rtems_id, uint32_t, uint32_t * ) definition rtems/src/taskgetnote.c:54 | 42 | 14 | 38 | 1.105 | 0.368 |
| rtems_task_ident( rtems_name, uint32_t, rtems_id * ) definition rtems/src/taskident.c:53 | 16 | 5 | 29 | ------ | 0.172 |
| rtems_task_is_suspended( rtems_id ) definition rtems/src/taskissuspended.c:51 | 23 | 7 | 27 | 0.852 | 0.259 |
| rtems_task_mode( rtems_mode, rtems_mode, rtems_mode * ) definition rtems/src/taskmode.c:50 | 54 | 17 | 35 | 1.543 | 0.486 |
| rtems_task_restart( rtems_id, uint32_t ) definition rtems/src/taskrestart.c:53 | 24 | 7 | 29 | 0.828 | 0.241 |
| rtems_task_resume( rtems_id ) definition rtems/src/taskresume.c:50 | 29 | 7 | 29 | 1.000 | 0.241 |
| rtems_task_self( void ) definition rtems/src/taskself.c:21 | 4 | 1 | 11 | ------ | ------ |
| rtems_task_set_note( rtems_id, uint32_t, uint32_t ) definition rtems/src/tasksetnote.c:52 | 39 | 12 | 35 | 1.114 | 0.343 |
| rtems_task_set_priority( rtems_id, rtems_task_priority, rtems_task_priority * ) definition rtems/src/tasksetpriority.c:54 | 39 | 13 | 33 | 1.182 | 0.394 |
| rtems_task_start( rtems_id, rtems_task_entry, rtems_task_argument ) definition rtems/src/taskstart.c:53 | 28 | 9 | 29 | 0.966 | 0.310 |
| rtems_task_suspend( rtems_id ) definition rtems/src/tasksuspend.c:51 | 29 | 7 | 30 | 0.967 | 0.233 |
| rtems_task_variable_add( ... ) definition rtems/src/taskvariableadd.c:29 | 44 | 12 | 23 | 1.913 | 0.522 |
| rtems_task_variable_delete( rtems_id, void ** ) definition rtems/src/taskvariabledelete.c:29 | 38 | 11 | 17 | 2.235 | 0.647 |
| rtems_task_variable_get( rtems_id, void **, void ** ) definition rtems/src/taskvariableget.c:29 | 35 | 12 | 24 | 1.458 | 0.500 |
| rtems_task_wake_after( rtems_interval ) definition rtems/src/taskwakeafter.c:49 | 20 | 2 | 25 | 0.800 | ------ |
| rtems_task_wake_when( rtems_time_of_day * ) definition rtems/src/taskwakewhen.c:51 | 30 | 9 | 26 | 1.154 | 0.346 |
| rtems_termios_baud_to_index( rtems_termios_baud_t ) definition libcsupport/src/termios_baud2index.c:19 | 30 | 23 | 9 | 3.333 | 2.556 |
| rtems_termios_baud_to_number( int ) definition libcsupport/src/termios_baud2num.c:22 | 10 | 4 | 0 | ------ | ------ |
| rtems_termios_bufsize( int, int, int ) definition libcsupport/src/termios.c:432 | 11 | 1 | 0 | ------ | ------ |
| rtems_termios_close( void * ) definition libcsupport/src/termios.c:358 | 60 | 15 | 9 | 6.667 | 1.667 |
| rtems_termios_dequeue_characters( void *, int ) definition libcsupport/src/termios.c:1371 | 19 | 7 | 11 | ------ | 0.636 |
| rtems_termios_enqueue_raw_characters( void *, char *, int ) definition libcsupport/src/termios.c:1125 | 85 | 24 | 27 | 3.148 | 0.889 |
| rtems_termios_initialize( void ) definition libcsupport/src/termiosinitialize.c:37 | 14 | 2 | 3 | ------ | ------ |
| rtems_termios_ioctl( void * ) definition libcsupport/src/termios.c:511 | 88 | 22 | 13 | 6.769 | 1.692 |
| rtems_termios_number_to_baud( int32_t ) definition libcsupport/src/termios_num2baud.c:22 | 10 | 4 | 0 | ------ | ------ |
| rtems_termios_open( rtems_device_major_number, rtems_device_minor_number, void *, const rtems_termios_callbacks * ) definition libcsupport/src/termios.c:109 | 164 | 33 | 43 | 3.814 | 0.767 |
| rtems_termios_puts( const void *, int, rtems_termios_tty * ) definition libcsupport/src/termios.c:628 | 39 | 7 | 14 | 2.786 | 0.500 |
| rtems_termios_read( void * ) definition libcsupport/src/termios.c:1064 | 36 | 11 | 0 | ****** | ****** |
| rtems_termios_refill_transmitter( rtems_termios_tty * ) definition libcsupport/src/termios.c:1249 | 67 | 12 | 37 | 1.811 | 0.324 |
| rtems_termios_rxdaemon( rtems_task_argument ) declaration libcsupport/src/termios.c:87definition libcsupport/src/termios.c:1444 | 25 | 3 | 12 | 2.083 | ------ |
| rtems_termios_rxirq_occured( rtems_termios_tty * ) definition libcsupport/src/termios.c:1110 | 4 | 0 | 8 | ------ | ------ |
| rtems_termios_set_initial_baud( rtems_termios_tty *, int32_t ) definition libcsupport/src/termios_setinitialbaud.c:19 | 12 | 3 | 9 | ------ | ------ |
| rtems_termios_txdaemon( rtems_task_argument ) declaration libcsupport/src/termios.c:88definition libcsupport/src/termios.c:1407 | 22 | 3 | 12 | 1.833 | ------ |
| rtems_termios_write( void * ) definition libcsupport/src/termios.c:741 | 26 | 7 | 0 | ****** | ****** |
| rtems_timer_cancel( rtems_id ) definition rtems/src/timercancel.c:42 | 19 | 5 | 26 | ------ | 0.192 |
| rtems_timer_create( rtems_name, rtems_id * ) definition rtems/src/timercreate.c:44 | 27 | 7 | 28 | 0.964 | 0.250 |
| rtems_timer_delete( rtems_id ) definition rtems/src/timerdelete.c:42 | 20 | 4 | 26 | 0.769 | ------ |
| rtems_timer_fire_after( rtems_id, rtems_interval, rtems_timer_service_routine_entry, void * ) definition rtems/src/timerfireafter.c:45 | 36 | 10 | 37 | 0.973 | 0.270 |
| rtems_timer_fire_when( rtems_id, rtems_time_of_day *, rtems_timer_service_routine_entry, void * ) definition rtems/src/timerfirewhen.c:45 | 37 | 12 | 29 | 1.276 | 0.414 |
| rtems_timer_get_information( rtems_id, rtems_timer_information * ) definition rtems/src/timergetinfo.c:45 | 24 | 6 | 29 | 0.828 | 0.207 |
| rtems_timer_ident( rtems_name, rtems_id * ) definition rtems/src/timerident.c:45 | 14 | 1 | 28 | ------ | ------ |
| rtems_timer_initiate_server( uint32_t, uint32_t, rtems_attribute ) definition rtems/src/timerserver.c:441 | 70 | 9 | 74 | 0.946 | 0.122 |
| rtems_timer_reset( rtems_id ) definition rtems/src/timerreset.c:42 | 32 | 8 | 37 | 0.865 | 0.216 |
| rtems_timer_server_fire_after( rtems_id, rtems_interval, rtems_timer_service_routine_entry, void * ) definition rtems/src/timerserverfireafter.c:46 | 40 | 12 | 38 | 1.053 | 0.316 |
| rtems_timer_server_fire_when( rtems_id, rtems_time_of_day *, rtems_timer_service_routine_entry, void * ) definition rtems/src/timerserverfirewhen.c:46 | 38 | 14 | 30 | 1.267 | 0.467 |
| rtems_verror( rtems_error_code_t, const char *, va_list ) definition libcsupport/src/error.c:103 | 35 | 11 | 4 | 8.750 | 2.750 |
| rtems_workspace_allocate( uintptr_t, void ** ) definition rtems/src/workspace.c:39 | 16 | 7 | 9 | ------ | 0.778 |
| rtems_workspace_free( void * ) definition rtems/src/workspace.c:69 | 6 | 1 | 3 | ------ | ------ |
| rtems_workspace_get_information( Heap_Information_block * ) definition rtems/src/workspace.c:26 | 8 | 3 | 12 | ------ | ------ |
| safe_print( rtems_shell_ls_globals *, const char * ) definition libmisc/shell/utils-ls.c:67 | 21 | 5 | 2 | 10.500 | 2.500 |
| scanInt( FILE *, int * ) definition libcsupport/src/getpwent.c:118 | 32 | 14 | 0 | ****** | ****** |
| scanString( FILE *, char **, char **, size_t *, int ) definition libcsupport/src/getpwent.c:83 | 29 | 14 | 0 | ****** | ****** |
| scandir( ... ) definition libcsupport/src/scandir.c:77 | 60 | 18 | 13 | 4.615 | 1.385 |
| scangr( FILE *, group *, char *, size_t ) definition libcsupport/src/getpwent.c:287 | 33 | 12 | 12 | 2.750 | 1.000 |
| scanpw( FILE *, passwd *, char *, size_t ) definition libcsupport/src/getpwent.c:155 | 21 | 10 | 3 | 7.000 | 3.333 |
| sched_get_priority_max( int ) definition posix/src/sched_getprioritymax.c:25 | 15 | 3 | 11 | ------ | ------ |
| sched_get_priority_min( int ) definition posix/src/sched_getprioritymin.c:25 | 15 | 3 | 11 | ------ | ------ |
| sched_getparam( ... ) definition posix/src/sched_getparam.c:24 | 7 | 0 | 11 | ------ | ------ |
| sched_getscheduler( ... ) definition posix/src/sched_getscheduler.c:28 | 6 | 0 | 11 | ------ | ------ |
| sched_rr_get_interval( pid_t, timespec * ) definition posix/src/sched_rr_get_interval.c:28 | 12 | 4 | 15 | ------ | ------ |
| sched_setparam( ... ) definition posix/src/sched_setparam.c:28 | 7 | 0 | 11 | ------ | ------ |
| sched_setscheduler( ... ) definition posix/src/sched_setscheduler.c:29 | 8 | 0 | 12 | ------ | ------ |
| sched_yield( void ) definition posix/src/sched_yield.c:28 | 7 | 1 | 11 | ------ | ------ |
| seekdir( DIR *, long ) definition libcsupport/src/seekdir.c:25 | 13 | 4 | 13 | ------ | ------ |
| sem_close( sem_t * ) definition posix/src/semclose.c:40 | 19 | 3 | 17 | ------ | ------ |
| sem_destroy( sem_t * ) definition posix/src/semdestroy.c:35 | 22 | 4 | 16 | 1.375 | ------ |
| sem_getvalue( sem_t *, int * ) definition posix/src/semgetvalue.c:35 | 19 | 3 | 13 | ------ | ------ |
| sem_init( sem_t *, int, int ) definition posix/src/seminit.c:35 | 20 | 3 | 13 | 1.538 | ------ |
| sem_open( ... ) definition posix/src/semopen.c:43 | 53 | 8 | 44 | 1.205 | 0.182 |
| sem_post( sem_t * ) definition posix/src/sempost.c:35 | 23 | 3 | 14 | 1.643 | ------ |
| sem_timedwait( sem_t *, const timespec * ) definition posix/src/semtimedwait.c:37 | 22 | 7 | 34 | 0.647 | 0.206 |
| sem_trywait( sem_t * ) definition posix/src/semtrywait.c:37 | 6 | 1 | 15 | ------ | ------ |
| sem_unlink( const char * ) definition posix/src/semunlink.c:40 | 23 | 2 | 18 | 1.278 | ------ |
| sem_wait( sem_t * ) definition posix/src/semwait.c:37 | 6 | 1 | 15 | ------ | ------ |
| sendto_nocpy( ... ) declaration libfs/src/nfsclient/src/rpcio.c:339definition libfs/src/nfsclient/src/sock_mbuf.c:157 | 59 | 13 | 4 | 14.750 | 3.250 |
| serdbg_init_dbg( void ) definition libmisc/serdbg/serdbg.c:38 | 29 | 9 | 46 | 0.630 | 0.196 |
| serdbg_open( const char *, uint32_t ) definition libmisc/serdbg/serdbgio.c:53 | 84 | 37 | 38 | 2.211 | 0.974 |
| set_utimes( const char *, stat * ) definition libmisc/shell/utils-cp.c:73 | 11 | 3 | 0 | ------ | ------ |
| setegid( gid_t ) definition libcsupport/src/setegid.c:20 | 7 | 1 | 6 | ------ | ------ |
| seteuid( uid_t ) definition libcsupport/src/seteuid.c:20 | 5 | 1 | 9 | ------ | ------ |
| setfile( rtems_shell_cp_globals *, stat *, int ) definition libmisc/shell/utils-cp.c:338 | 51 | 25 | 6 | 8.500 | 4.167 |
| setgid( gid_t ) definition libcsupport/src/setgid.c:15 | 7 | 1 | 6 | ------ | ------ |
| setgrent( void ) definition libcsupport/src/getpwent.c:425 | 7 | 1 | 0 | ------ | ------ |
| setitimer( int, const itimerval *, itimerval * ) definition posix/src/setitimer.c:21 | 20 | 4 | 9 | 2.222 | ------ |
| setpgid( ... ) definition libcsupport/src/setpgid.c:18 | 7 | 0 | 6 | ------ | ------ |
| setpwent( void ) definition libcsupport/src/getpwent.c:269 | 7 | 1 | 0 | ------ | ------ |
| setsid( void ) definition libcsupport/src/setsid.c:18 | 4 | 0 | 6 | ------ | ------ |
| setuid( uid_t ) definition libcsupport/src/setuid.c:24 | 7 | 1 | 13 | ------ | ------ |
| setup( rtems_shell_dd_globals * ) declaration libmisc/shell/main_dd.c:84definition libmisc/shell/main_dd.c:171 | 88 | 37 | 23 | 3.826 | 1.609 |
| sigaction( int, const sigaction *, sigaction * ) definition posix/src/sigaction.c:34 | 27 | 7 | 22 | 1.227 | 0.318 |
| sigaddset( sigset_t *, int ) definition posix/src/sigaddset.c:24 | 14 | 4 | 11 | ------ | ------ |
| sigdelset( sigset_t *, int ) definition posix/src/sigdelset.c:28 | 14 | 5 | 14 | ------ | 0.357 |
| sigemptyset( sigset_t * ) definition posix/src/sigemptyset.c:24 | 9 | 2 | 11 | ------ | ------ |
| sigfillset( sigset_t * ) definition posix/src/sigfillset.c:24 | 9 | 2 | 11 | ------ | ------ |
| sigismember( const sigset_t *, int ) definition posix/src/sigismember.c:24 | 15 | 7 | 11 | ------ | 0.636 |
| signal( int, sighandler_t ) definition posix/src/signal_2.c:23 | 16 | 1 | 5 | ------ | ------ |
| sigpending( sigset_t * ) definition posix/src/sigpending.c:26 | 11 | 2 | 11 | ------ | ------ |
| sigprocmask( int, const sigset_t *, sigset_t * ) definition posix/src/sigprocmask.c:23 | 9 | 2 | 16 | ------ | ------ |
| sigqueue( ... ) definition posix/src/sigqueue.c:25 | 8 | 1 | 11 | ------ | ------ |
| sigsuspend( const sigset_t * ) definition posix/src/sigsuspend.c:27 | 16 | 0 | 20 | ------ | ------ |
| sigtimedwait( const sigset_t *, siginfo_t *, const timespec * ) definition posix/src/sigtimedwait.c:63 | 68 | 13 | 23 | 2.957 | 0.565 |
| sigwait( const sigset_t *, int * ) definition posix/src/sigwait.c:28 | 14 | 4 | 13 | ------ | ------ |
| sigwaitinfo( const sigset_t *, siginfo_t * ) definition posix/src/sigwaitinfo.c:27 | 7 | 1 | 13 | ------ | ------ |
| siproc( char, rtems_termios_tty * ) definition libcsupport/src/termios.c:924 | 13 | 2 | 3 | ------ | ------ |
| size( rtems_shell_hexdump_globals *, FS * ) definition libmisc/shell/hexdump-parse.c:165 | 45 | 16 | 5 | 9.000 | 3.200 |
| sizecmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:179 | 9 | 5 | 0 | ------ | ****** |
| sleep( int ) definition posix/src/sleep.c:25definition libcsupport/src/sleep_noposix.c:37 | 21 | 2 | 35 | 0.600 | ------ |
| sockRcv( void ) declaration libfs/src/nfsclient/src/rpcio.c:332 | 1 | 0 | 0 | ------ | ------ |
| sockaddrtombuf( mbuf **, const sockaddr *, int ) definition libfs/src/nfsclient/src/sock_mbuf.c:116 | 18 | 5 | 0 | ------ | ****** |
| statcmp( const FTSENT *, const FTSENT * ) definition libmisc/shell/cmp-ls.c:147 | 13 | 9 | 0 | ------ | ****** |
| statvfs( const char *, statvfs * ) definition libcsupport/src/statvfs.c:25 | 15 | 3 | 6 | ------ | ------ |
| strlcat( char *, const char *, size_t ) definition libcsupport/src/strlcat.c:32 | 8 | 2 | 0 | ------ | ------ |
| strlcpy( dest, src, len ) declaration libcsupport/src/strlcpy.c:32 | 2 | 0 | 0 | ------ | ------ |
| strmode( mode_t, char * ) declaration libmisc/shell/main_mv.c:110definition libmisc/shell/filemode.c:45declaration libmisc/shell/main_rm.c:532 | 104 | 31 | 14 | 7.429 | 2.214 |
| strnlen( const char *, size_t ) declaration posix/src/semaphorecreatesupp.c:32declaration posix/src/mqueuenametoid.c:31declaration posix/src/mqueuecreatesupp.c:46 | 3 | 0 | 43 | ------ | ------ |
| summary( rtems_shell_dd_globals * ) definition libmisc/shell/dd-misc.c:62 | 28 | 5 | 1 | 28.000 | 5.000 |
| summaryx( rtems_shell_dd_globals *, int ) definition libmisc/shell/dd-misc.c:95 | 6 | 0 | 0 | ------ | ------ |
| symlink( const char *, const char * ) definition libcsupport/src/symlink.c:21 | 17 | 3 | 11 | ------ | ------ |
| sync( void ) definition libcsupport/src/sync.c:84 | 5 | 0 | 10 | ------ | ------ |
| sync_per_thread( Thread_Control * ) definition libcsupport/src/sync.c:60 | 12 | 1 | 5 | ------ | ------ |
| sync_wrapper( FILE * ) definition libcsupport/src/sync.c:46 | 6 | 0 | 5 | ------ | ------ |
| sysconf( int ) definition posix/src/sysconf.c:32 | 17 | 10 | 14 | ------ | 0.714 |
| taskSpawn( char *, int ) definition libfs/src/nfsclient/src/nfsTest.c:179 | 23 | 5 | 0 | ****** | ****** |
| tcdrain( int ) definition libcsupport/src/tcdrain.c:29 | 6 | 1 | 12 | ------ | ------ |
| tcflow( ... ) definition libcsupport/src/tcflow.c:24 | 15 | 1 | 13 | ------ | ------ |
| tcflush( ... ) definition libcsupport/src/tcflush.c:30 | 15 | 2 | 14 | ------ | ------ |
| tcgetattr( int, termios * ) definition libcsupport/src/tcgetattr.c:29 | 7 | 1 | 12 | ------ | ------ |
| tcgetpgrp( ... ) definition libcsupport/src/tcgetpgrp.c:23 | 4 | 1 | 11 | ------ | ------ |
| tcsendbreak( ... ) definition libcsupport/src/tcsendbreak.c:29 | 6 | 1 | 12 | ------ | ------ |
| tcsetattr( int, int, termios * ) definition libcsupport/src/tcsetattr.c:31 | 16 | 4 | 15 | ------ | ------ |
| tcsetpgrp( ... ) definition libcsupport/src/tcsetpgrp.c:29 | 6 | 1 | 12 | ------ | ------ |
| telldir( DIR * ) definition libcsupport/src/telldir.c:28 | 12 | 3 | 14 | ------ | ------ |
| terminate( int ) definition libmisc/shell/dd-misc.c:106 | 5 | 1 | 0 | ------ | ------ |
| termios_printk_inputchar( void ) definition libmisc/serdbg/termios_printk.c:101 | 17 | 5 | 23 | ------ | 0.217 |
| termios_printk_open( const char *, uint32_t ) definition libmisc/serdbg/termios_printk.c:142 | 66 | 35 | 35 | 1.886 | 1.000 |
| termios_printk_outputchar( char ) definition libmisc/serdbg/termios_printk.c:60 | 17 | 4 | 23 | ------ | ------ |
| termios_set_flowctrl( rtems_termios_tty * ) definition libcsupport/src/termios.c:445 | 37 | 13 | 22 | 1.682 | 0.591 |
| timer_create( clockid_t, sigevent *, timer_t * ) definition posix/src/timercreate.c:29 | 45 | 10 | 22 | 2.045 | 0.455 |
| timer_delete( timer_t ) definition posix/src/timerdelete.c:29 | 21 | 3 | 19 | 1.105 | ------ |
| timer_getoverrun( timer_t ) definition posix/src/timergetoverrun.c:33 | 20 | 3 | 18 | 1.111 | ------ |
| timer_gettime( timer_t, itimerspec * ) definition posix/src/timergettime.c:35 | 28 | 4 | 21 | 1.333 | ------ |
| timer_settime( timer_t, int, const itimerspec *, itimerspec * ) definition posix/src/timersettime.c:29 | 69 | 17 | 33 | 2.091 | 0.515 |
| times( tms * ) definition libcsupport/src/__times.c:90 | 6 | 1 | 5 | ------ | ------ |
| traverse( ... ) definition libmisc/shell/main_ls.c:438 | 47 | 21 | 9 | 5.222 | 2.333 |
| traverse( rtems_shell_ls_globals *, int, char **, int ) declaration libmisc/shell/main_ls.c:83 | 1 | 0 | 0 | ------ | ------ |
| truncate( const char *, off_t ) definition libcsupport/src/truncate.c:26 | 14 | 3 | 15 | ------ | ------ |
| ttyname( int ) definition libcsupport/src/ttyname.c:109 | 8 | 3 | 3 | ------ | ------ |
| ttyname_r( int, char *, size_t ) definition libcsupport/src/ttyname.c:63 | 33 | 11 | 6 | 5.500 | 1.833 |
| ualarm( useconds_t, useconds_t ) definition posix/src/ualarm.c:48 | 34 | 6 | 14 | 2.429 | 0.429 |
| uid_close_queue( void ) definition libmisc/fb/mw_uid.c:73 | 10 | 2 | 1 | ------ | ------ |
| uid_open_queue( ... ) definition libmisc/fb/mw_uid.c:35 | 25 | 4 | 9 | 2.778 | ------ |
| uid_read_message( MW_UID_MESSAGE *, long ) definition libmisc/fb/mw_uid.c:85 | 22 | 6 | 3 | 7.333 | 2.000 |
| uid_register_device( int, const char * ) definition libmisc/fb/mw_uid.c:132 | 4 | 1 | 4 | ------ | ------ |
| uid_send_message( MW_UID_MESSAGE * ) definition libmisc/fb/mw_uid.c:120 | 7 | 2 | 5 | ------ | ------ |
| uid_set_kbd_mode( int, int, int * ) definition libmisc/fb/mw_uid.c:144 | 12 | 5 | 1 | ------ | 5.000 |
| uid_unregister_device( int ) definition libmisc/fb/mw_uid.c:138 | 4 | 1 | 1 | ------ | ------ |
| umask( mode_t ) definition libcsupport/src/umask.c:23 | 9 | 1 | 11 | ------ | ------ |
| uname( utsname * ) definition libcsupport/src/utsname.c:23 | 13 | 2 | 13 | ------ | ------ |
| unblock( rtems_shell_dd_globals * ) definition libmisc/shell/dd-conv.c:220 | 25 | 8 | 6 | 4.167 | 1.333 |
| unblock_close( rtems_shell_dd_globals * ) definition libmisc/shell/dd-conv.c:254 | 18 | 4 | 0 | ------ | ------ |
| unlink( const char * ) definition libcsupport/src/unlink.c:23 | 45 | 10 | 17 | 2.647 | 0.588 |
| unmount( const char * ) definition libcsupport/src/unmount.c:51 | 39 | 12 | 58 | 0.672 | 0.207 |
| updateAttr( NfsNode, int ) declaration libfs/src/nfsclient/src/nfs.c:557 | 1 | 0 | 0 | ------ | ------ |
| usage( rtems_shell_cp_globals * ) definition libmisc/shell/utils-cp.c:486 | 8 | 0 | 0 | ------ | ------ |
| usage( rtems_shell_hexdump_globals * ) definition libmisc/shell/hexsyntax.c:151 | 9 | 0 | 0 | ------ | ------ |
| usage( rtems_shell_ln_globals * ) declaration libmisc/shell/main_ln.c:132definition libmisc/shell/main_ln.c:292 | 8 | 0 | 1 | ------ | ------ |
| usage( rtems_shell_ls_globals * ) definition libmisc/shell/utils-ls.c:109 | 7 | 0 | 1 | ------ | ------ |
| usage( rtems_shell_mknod_globals * ) declaration libmisc/shell/main_mknod.c:92 | 1 | 0 | 0 | ------ | ------ |
| usage( void ) declaration libmisc/shell/main_mv.c:90 | 1 | 0 | 0 | ------ | ------ |
| usage_mv( rtems_shell_mv_globals * ) declaration libmisc/shell/main_mv.c:139definition libmisc/shell/main_mv.c:475 | 8 | 0 | 1 | ------ | ------ |
| usage_rm( rtems_shell_rm_globals * ) declaration libmisc/shell/main_rm.c:137definition libmisc/shell/main_rm.c:687 | 8 | 0 | 0 | ------ | ------ |
| user_from_uid( uid_t, int ) declaration libmisc/shell/main_mv.c:111definition libmisc/shell/pwcache.c:54declaration libmisc/shell/main_rm.c:534 | 32 | 9 | 1 | 32.000 | 9.000 |
| usleep( useconds_t ) definition posix/src/usleep.c:27 | 14 | 1 | 12 | ------ | ------ |
| utime( const char *, const utimbuf * ) definition libcsupport/src/utime.c:25 | 18 | 4 | 11 | ------ | ------ |
| utimes( ... ) definition libcsupport/src/utimes.c:19 | 12 | 3 | 8 | ------ | ------ |
| uuid__generate_random( uuid_t, int * ) definition libmisc/uuid/gen_uuid.c:625 | 19 | 3 | 0 | ------ | ------ |
| uuid__generate_time( uuid_t, int * ) definition libmisc/uuid/gen_uuid.c:554 | 20 | 2 | 5 | 4.000 | ------ |
| uuid_clear( uuid_t ) definition libmisc/uuid/clear.c:43 | 4 | 0 | 32 | ------ | ------ |
| uuid_compare( const uuid_t, const uuid_t ) definition libmisc/uuid/compare.c:46 | 11 | 1 | 34 | ------ | ------ |
| uuid_copy( uuid_t, const uuid_t ) definition libmisc/uuid/copy.c:41 | 8 | 1 | 32 | ------ | ------ |
| uuid_generate( uuid_t ) definition libmisc/uuid/gen_uuid.c:663 | 7 | 1 | 6 | ------ | ------ |
| uuid_generate_random( uuid_t ) definition libmisc/uuid/gen_uuid.c:648 | 5 | 0 | 1 | ------ | ------ |
| uuid_generate_time( uuid_t ) definition libmisc/uuid/gen_uuid.c:581 | 37 | 11 | 0 | ****** | ****** |
| uuid_is_null( const uuid_t ) definition libmisc/uuid/isnull.c:42 | 9 | 4 | 33 | ------ | ------ |
| uuid_pack( const uuid *, uuid_t ) definition libmisc/uuid/pack.c:42 | 26 | 0 | 32 | 0.812 | ------ |
| uuid_parse( const char *, uuid_t ) definition libmisc/uuid/parse.c:46 | 36 | 15 | 32 | 1.125 | 0.469 |
| uuid_time( const uuid_t, timeval * ) definition libmisc/uuid/uuid_time.c:60 | 16 | 2 | 34 | ------ | ------ |
| uuid_type( const uuid_t ) definition libmisc/uuid/uuid_time.c:82 | 6 | 1 | 0 | ------ | ------ |
| uuid_unpack( const uuid_t, uuid * ) definition libmisc/uuid/unpack.c:42 | 20 | 0 | 32 | 0.625 | ------ |
| uuid_unparse( const uuid_t, char * ) definition libmisc/uuid/unparse.c:77 | 4 | 0 | 0 | ------ | ------ |
| uuid_unparse_lower( const uuid_t, char * ) definition libmisc/uuid/unparse.c:67 | 4 | 0 | 0 | ------ | ------ |
| uuid_unparse_upper( const uuid_t, char * ) definition libmisc/uuid/unparse.c:72 | 4 | 0 | 0 | ------ | ------ |
| uuid_unparse_x( const uuid_t, char *, const char * ) definition libmisc/uuid/unparse.c:55 | 10 | 0 | 0 | ------ | ------ |
| uuid_variant( const uuid_t ) definition libmisc/uuid/uuid_time.c:90 | 14 | 7 | 0 | ------ | ****** |
| variant_string( int ) definition libmisc/uuid/uuid_time.c:108 | 13 | 5 | 0 | ------ | ****** |
| vfcntl( int, int, va_list ) definition libcsupport/src/fcntl.c:26 | 82 | 19 | 38 | 2.158 | 0.500 |
| vfork( void ) definition posix/src/vfork.c:19 | 4 | 1 | 9 | ------ | ------ |
| vprintk( const char *, va_list ) definition libcsupport/src/vprintk.c:45 | 86 | 30 | 16 | 5.375 | 1.875 |
| wait( int * ) definition posix/src/wait.c:23 | 6 | 0 | 11 | ------ | ------ |
| waitpid( pid_t, int *, int ) definition posix/src/waitpid.c:23 | 8 | 0 | 11 | ------ | ------ |
| write( int, const void *, size_t ) definition libcsupport/src/write.c:28 | 19 | 2 | 20 | ------ | ------ |
| writev( int, const iovec *, int ) definition libcsupport/src/writev.c:28 | 55 | 18 | 45 | 1.222 | 0.400 |
| xdr_attrstat( XDR *, attrstat * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:264 | 14 | 8 | 0 | ------ | ****** |
| xdr_createargs( XDR *, createargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:443 | 8 | 5 | 0 | ------ | ****** |
| xdr_dir_info( XDR *, DirInfo ) definition libfs/src/nfsclient/src/nfs.c:311 | 20 | 12 | 9 | 2.222 | 1.333 |
| xdr_dir_info_entry( XDR *, DirInfo ) definition libfs/src/nfsclient/src/nfs.c:254 | 41 | 12 | 7 | 5.857 | 1.714 |
| xdr_dirlist( XDR *, dirlist * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:519 | 8 | 5 | 0 | ------ | ****** |
| xdr_diropargs( XDR *, diropargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:290 | 8 | 5 | 0 | ------ | ****** |
| xdr_diropokres( XDR *, diropokres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:300 | 8 | 5 | 0 | ------ | ****** |
| xdr_diropres( XDR *, diropres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:310 | 14 | 8 | 0 | ------ | ****** |
| xdr_dirpath( XDR *, dirpath * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:33 | 6 | 3 | 0 | ------ | ------ |
| xdr_entry( XDR *, entry * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:505 | 12 | 9 | 0 | ------ | ****** |
| xdr_exportnode( XDR *, exportnode * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:95 | 10 | 7 | 0 | ------ | ****** |
| xdr_exports( XDR *, exports * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:87 | 6 | 3 | 0 | ------ | ------ |
| xdr_fattr( XDR *, fattr * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:50 | 122 | 91 | 0 | ****** | ****** |
| xdr_fhandle( XDR *, fhandle ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:9 | 6 | 3 | 0 | ------ | ------ |
| xdr_fhstatus( XDR *, fhstatus * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:17 | 14 | 8 | 0 | ------ | ****** |
| xdr_filename( XDR *, filename * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:248 | 6 | 3 | 0 | ------ | ------ |
| xdr_ftype( XDR *, ftype * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:24 | 6 | 3 | 0 | ------ | ------ |
| xdr_groupnode( XDR *, groupnode * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:77 | 8 | 5 | 0 | ------ | ****** |
| xdr_groups( XDR *, groups * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:69 | 6 | 3 | 0 | ------ | ------ |
| xdr_linkargs( XDR *, linkargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:463 | 8 | 5 | 0 | ------ | ****** |
| xdr_mountbody( XDR *, mountbody * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:57 | 10 | 7 | 0 | ------ | ****** |
| xdr_mountlist( XDR *, mountlist * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:49 | 6 | 3 | 0 | ------ | ------ |
| xdr_name( XDR *, name * ) definition libfs/src/nfsclient/proto/mount_prot_xdr.c:41 | 6 | 3 | 0 | ------ | ------ |
| xdr_nfs_fh( XDR *, nfs_fh * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:32 | 6 | 3 | 0 | ------ | ------ |
| xdr_nfscookie( XDR *, nfscookie * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:485 | 6 | 3 | 0 | ------ | ------ |
| xdr_nfspath( XDR *, nfspath * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:256 | 6 | 3 | 0 | ------ | ------ |
| xdr_nfsstat( XDR *, nfsstat * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:16 | 6 | 3 | 0 | ------ | ------ |
| xdr_nfstime( XDR *, nfstime * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:40 | 8 | 5 | 0 | ------ | ****** |
| xdr_readargs( XDR *, readargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:342 | 12 | 9 | 0 | ------ | ****** |
| xdr_readdirargs( XDR *, readdirargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:493 | 10 | 7 | 0 | ------ | ****** |
| xdr_readdirres( XDR *, readdirres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:529 | 14 | 8 | 0 | ------ | ****** |
| xdr_readlinkres( XDR *, readlinkres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:326 | 14 | 8 | 0 | ------ | ****** |
| xdr_readlinkres_strbuf( XDR *, readlinkres_strbuf * ) definition libfs/src/nfsclient/src/nfs.c:221 | 10 | 6 | 0 | ------ | ****** |
| xdr_readokres( XDR *, readokres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:356 | 8 | 5 | 0 | ------ | ****** |
| xdr_readres( XDR *, readres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:366 | 14 | 8 | 0 | ------ | ****** |
| xdr_renameargs( XDR *, renameargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:453 | 8 | 5 | 0 | ------ | ****** |
| xdr_sattr( XDR *, sattr * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:179 | 62 | 43 | 0 | ****** | ****** |
| xdr_sattrargs( XDR *, sattrargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:280 | 8 | 5 | 0 | ------ | ****** |
| xdr_serporid( XDR *, serporid * ) definition libfs/src/nfsclient/src/nfs.c:443 | 14 | 8 | 0 | ------ | ****** |
| xdr_serporidok( XDR *, serporidok * ) definition libfs/src/nfsclient/src/nfs.c:433 | 8 | 5 | 0 | ------ | ****** |
| xdr_statfsokres( XDR *, statfsokres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:545 | 58 | 37 | 0 | ****** | ****** |
| xdr_statfsres( XDR *, statfsres * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:608 | 14 | 8 | 0 | ------ | ****** |
| xdr_strbuf( XDR *, strbuf * ) definition libfs/src/nfsclient/src/nfs.c:205 | 4 | 1 | 0 | ------ | ------ |
| xdr_symlinkargs( XDR *, symlinkargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:473 | 10 | 7 | 0 | ------ | ****** |
| xdr_writeargs( XDR *, writeargs * ) definition libfs/src/nfsclient/proto/nfs_prot_xdr.c:382 | 54 | 37 | 0 | ****** | ****** |
| xdrmbuf_create( ... ) definition libfs/src/nfsclient/src/xdr_mbuf.c:184declaration libfs/src/nfsclient/src/rpcio.c:274 | 26 | 3 | 0 | ****** | ------ |
| xdrmbuf_destroy( XDR * ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:107definition libfs/src/nfsclient/src/xdr_mbuf.c:217 | 10 | 0 | 1 | ------ | ------ |
| xdrmbuf_getbytes( XDR *, caddr_t, u_int ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:101definition libfs/src/nfsclient/src/xdr_mbuf.c:388 | 30 | 6 | 1 | 30.000 | 6.000 |
| xdrmbuf_getlong_aligned( XDR *, long * ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:97 | 1 | 0 | 0 | ------ | ------ |
| xdrmbuf_getlong_aligned( register XDR *, register long * ) definition libfs/src/nfsclient/src/xdr_mbuf.c:232 | 15 | 6 | 8 | ------ | 0.750 |
| xdrmbuf_getlong_unaligned( XDR *, long * ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:99definition libfs/src/nfsclient/src/xdr_mbuf.c:275 | 54 | 9 | 12 | 4.500 | 0.750 |
| xdrmbuf_getpos( XDR * ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:103definition libfs/src/nfsclient/src/xdr_mbuf.c:450 | 20 | 5 | 1 | 20.000 | 5.000 |
| xdrmbuf_inline_aligned( XDR *, u_int ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:105definition libfs/src/nfsclient/src/xdr_mbuf.c:508 | 19 | 5 | 0 | ------ | ****** |
| xdrmbuf_inline_unaligned( XDR *, u_int ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:106definition libfs/src/nfsclient/src/xdr_mbuf.c:534 | 7 | 1 | 0 | ------ | ------ |
| xdrmbuf_next( XDR * ) definition libfs/src/nfsclient/src/xdr_mbuf.c:155 | 18 | 3 | 0 | ------ | ------ |
| xdrmbuf_putbytes( XDR *, const char *, u_int ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:102definition libfs/src/nfsclient/src/xdr_mbuf.c:432 | 14 | 4 | 0 | ------ | ------ |
| xdrmbuf_putlong_aligned( XDR *, const long * ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:98definition libfs/src/nfsclient/src/xdr_mbuf.c:259 | 13 | 4 | 0 | ------ | ------ |
| xdrmbuf_putlong_unaligned( XDR *, const long * ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:100definition libfs/src/nfsclient/src/xdr_mbuf.c:366 | 17 | 4 | 0 | ------ | ------ |
| xdrmbuf_setpos( XDR *, u_int ) declaration libfs/src/nfsclient/src/xdr_mbuf.c:104definition libfs/src/nfsclient/src/xdr_mbuf.c:477 | 26 | 7 | 0 | ****** | ****** |
| xdrmbuf_setup( XDR *, mbuf * ) definition libfs/src/nfsclient/src/xdr_mbuf.c:143 | 9 | 1 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|