![]() |
Multi-ApplicationOnlineProfiling
2.1
|
Structure defining event for wrapped symbols. More...
#include <Wrapped_Symbols.h>

Data Fields | |
| Wrapped_symbol | type |
| The symbol type. More... | |
| int64_t | size |
| For functions that manipulates data, the size of the data (for example, with malloc, the size of allocated data) More... | |
| void * | ptr |
| For functions that manipulates a pointer, the pointer (for example, with malloc, the allocated data) More... | |
Structure defining event for wrapped symbols.
Definition at line 91 of file Wrapped_Symbols.h.
| void* Wrapped_Event::ptr |
For functions that manipulates a pointer, the pointer (for example, with malloc, the allocated data)
Definition at line 95 of file Wrapped_Symbols.h.
| int64_t Wrapped_Event::size |
For functions that manipulates data, the size of the data (for example, with malloc, the size of allocated data)
Definition at line 94 of file Wrapped_Symbols.h.
| Wrapped_symbol Wrapped_Event::type |
The symbol type.
Definition at line 93 of file Wrapped_Symbols.h.