Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Wrapped symbols

This section relates to "manually" wrapped symbols. More...

Modules

 Wrapped Symbols footprints
 These are wrapped symbols footprints.
 

Data Structures

struct  Wrapped_Event
 Structure defining event for wrapped symbols. More...
 

Macros

#define T_POSIX_ENUM(a)   T_##a
 
#define T_POSIX_NAME(a)   #a
 
#define T_POSIX_ID(a)   a
 

Enumerations

enum  Wrapped_symbol { T_POSIX_COUNT }
 enum indicating which symbols are wrapped More...
 

Variables

static const char *const Wrapped_symbol_names [T_POSIX_COUNT]
 Array containing wrapped symbols names. More...
 

Detailed Description

This section relates to "manually" wrapped symbols.

Warning
If you add something make sure to update all structures in this page. you can use Wrap_dump_infos() to debug Wrapped symbols meta-data

Macro Definition Documentation

#define T_POSIX_ENUM (   a)    T_##a

Definition at line 46 of file Wrapped_Symbols.h.

#define T_POSIX_ID (   a)    a

Definition at line 48 of file Wrapped_Symbols.h.

#define T_POSIX_NAME (   a)    #a

Definition at line 47 of file Wrapped_Symbols.h.

Enumeration Type Documentation

enum indicating which symbols are wrapped

Enumerator
T_POSIX_COUNT 

Definition at line 55 of file Wrapped_Symbols.h.

Variable Documentation

const char* const Wrapped_symbol_names[T_POSIX_COUNT]
static
Initial value:
=
{
}

Array containing wrapped symbols names.

Definition at line 66 of file Wrapped_Symbols.h.