Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Posix_Profile.h File Reference
#include <dlfcn.h>
#include "Wrapped_Symbols.h"
#include <stdint.h>
#include <string.h>
#include "Spinlock.h"
Include dependency graph for Posix_Profile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Profile_Entry
 

Macros

#define _GNU_SOURCE
 

Functions

void Profile_Entry_init (struct Profile_Entry *ent, Wrapped_symbol id)
 
void Profile_Entry_release (struct Profile_Entry *ent)
 
void POSIX_profile_init ()
 
void POSIX_profile_release ()
 
void POSIX_profile_render ()
 
void POSIX_profile_reduce ()
 
void POSIX_profile_serialize ()
 
static struct Profile_EntryPOSIX_profile_get_entry (Wrapped_symbol id)
 
static POSIX_profile_hit (Wrapped_symbol id, uint64_t duration, int64_t size)
 

Variables

struct Profile_Entry __POSIX_Profile_entries [T_POSIX_COUNT]
 

Macro Definition Documentation

#define _GNU_SOURCE

Definition at line 22 of file Posix_Profile.h.

Function Documentation

static struct Profile_Entry* POSIX_profile_get_entry ( Wrapped_symbol  id)
static

Definition at line 56 of file Posix_Profile.h.

Here is the caller graph for this function:

static POSIX_profile_hit ( Wrapped_symbol  id,
uint64_t  duration,
int64_t  size 
)
inlinestatic

Definition at line 67 of file Posix_Profile.h.

Here is the call graph for this function:

void POSIX_profile_init ( )

Definition at line 45 of file Posix_Profile.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void POSIX_profile_reduce ( )

Definition at line 67 of file Posix_Profile.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void POSIX_profile_release ( )

Definition at line 58 of file Posix_Profile.c.

Here is the call graph for this function:

void POSIX_profile_render ( )

Definition at line 137 of file Posix_Profile.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void POSIX_profile_serialize ( )

Definition at line 178 of file Posix_Profile.c.

void Profile_Entry_init ( struct Profile_Entry ent,
Wrapped_symbol  id 
)

Definition at line 34 of file Posix_Profile.c.

Here is the caller graph for this function:

void Profile_Entry_release ( struct Profile_Entry ent)

Definition at line 40 of file Posix_Profile.c.

Here is the caller graph for this function:

Variable Documentation

struct Profile_Entry __POSIX_Profile_entries[T_POSIX_COUNT]

Definition at line 31 of file Posix_Profile.c.