HPCToolkit
monitor_static.cpp File Reference
#include <stdlib.h>
#include <errno.h>
#include <dlfcn.h>
#include "monitor.h"
#include "hpcrun.h"
#include "rtmap.h"
Include dependency graph for monitor_static.cpp:

Go to the source code of this file.

Classes

class  Launcher
 

Macros

#define USE_STATIC_CONSTRUCTOR   1
 

Functions

void init_library_SPECIALIZED ()
 
void init_papi_for_process_SPECIALIZED ()
 
long hpcrun_gettid_SPECIALIZED ()
 

Variables

static Launcher mylauncher
 

Macro Definition Documentation

◆ USE_STATIC_CONSTRUCTOR

#define USE_STATIC_CONSTRUCTOR   1

Definition at line 65 of file monitor_static.cpp.

Function Documentation

◆ hpcrun_gettid_SPECIALIZED()

long hpcrun_gettid_SPECIALIZED ( )

Definition at line 246 of file monitor_static.cpp.

Here is the caller graph for this function:

◆ init_library_SPECIALIZED()

void init_library_SPECIALIZED ( )

Definition at line 144 of file monitor_static.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_papi_for_process_SPECIALIZED()

void init_papi_for_process_SPECIALIZED ( )

Definition at line 236 of file monitor_static.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ mylauncher

Launcher mylauncher
static

Definition at line 135 of file monitor_static.cpp.