Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Wrapped_Event Struct Reference

Structure defining event for wrapped symbols. More...

#include <Wrapped_Symbols.h>

Collaboration diagram for Wrapped_Event:
Collaboration graph

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...
 

Detailed Description

Structure defining event for wrapped symbols.

Definition at line 91 of file Wrapped_Symbols.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: