HPCToolkit
common-method-def.h File Reference
Include dependency graph for common-method-def.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CMETHOD_DEF(retn, name, ...)   retn (*hpcrun_ss_ ## name)(sample_source_t* self, ##__VA_ARGS__)
 
#define CMETHOD_FN(n, ...)   hpcrun_ss_ ## n(sample_source_t*self, ##__VA_ARGS__)
 

Macro Definition Documentation

◆ CMETHOD_DEF

#define CMETHOD_DEF (   retn,
  name,
  ... 
)    retn (*hpcrun_ss_ ## name)(sample_source_t* self, ##__VA_ARGS__)

Definition at line 54 of file common-method-def.h.

◆ CMETHOD_FN

#define CMETHOD_FN (   n,
  ... 
)    hpcrun_ss_ ## n(sample_source_t*self, ##__VA_ARGS__)

Definition at line 55 of file common-method-def.h.