HPCToolkit
hpcrun_dlfns.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int hpcrun_dlopen_read_lock (void)
 
void hpcrun_dlopen_read_unlock (void)
 
void hpcrun_pre_dlopen (const char *path, int flags)
 
void hpcrun_dlopen (const char *module_name, int flags, void *handle)
 
void hpcrun_dlclose (void *handle)
 
void hpcrun_post_dlclose (void *handle, int ret)
 
long hpcrun_dlopen_pending (void)
 

Function Documentation

◆ hpcrun_dlclose()

void hpcrun_dlclose ( void *  handle)

Definition at line 213 of file hpcrun_dlfns.c.

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

◆ hpcrun_dlopen()

void hpcrun_dlopen ( const char *  module_name,
int  flags,
void *  handle 
)

Definition at line 193 of file hpcrun_dlfns.c.

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

◆ hpcrun_dlopen_pending()

long hpcrun_dlopen_pending ( void  )

Definition at line 105 of file hpcrun_dlfns.c.

Here is the caller graph for this function:

◆ hpcrun_dlopen_read_lock()

int hpcrun_dlopen_read_lock ( void  )

Definition at line 156 of file hpcrun_dlfns.c.

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

◆ hpcrun_dlopen_read_unlock()

void hpcrun_dlopen_read_unlock ( void  )

Definition at line 172 of file hpcrun_dlfns.c.

Here is the caller graph for this function:

◆ hpcrun_post_dlclose()

void hpcrun_post_dlclose ( void *  handle,
int  ret 
)

Definition at line 225 of file hpcrun_dlfns.c.

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

◆ hpcrun_pre_dlopen()

void hpcrun_pre_dlopen ( const char *  path,
int  flags 
)

Definition at line 179 of file hpcrun_dlfns.c.

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