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

Go to the source code of this file.

Macros

#define concat_names(x, y)   x ## y
 
#define HPCRUN_CONSTRUCTOR(x)
 

Macro Definition Documentation

◆ concat_names

#define concat_names (   x,
 
)    x ## y

Definition at line 4 of file constructors.h.

◆ HPCRUN_CONSTRUCTOR

#define HPCRUN_CONSTRUCTOR (   x)
Value:
__attribute__((constructor)) \
void concat_names(hpcrun_constructor_, x)
#define concat_names(x, y)
Definition: constructors.h:4
void __attribute__((weak))
Definition: hpctoolkit.c:64

Definition at line 5 of file constructors.h.