Multi-ApplicationOnlineProfiling
2.1
|
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... | |
This section relates to "manually" wrapped symbols.
#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.
enum Wrapped_symbol |
enum indicating which symbols are wrapped
Enumerator | |
---|---|
T_POSIX_COUNT |
Definition at line 55 of file Wrapped_Symbols.h.
|
static |
Array containing wrapped symbols names.
Definition at line 66 of file Wrapped_Symbols.h.