Go to the documentation of this file. 47 #ifndef common_method_def_h 48 #define common_method_def_h 54 #define CMETHOD_DEF(retn,name,...) retn (*hpcrun_ss_ ## name)(sample_source_t* self, ##__VA_ARGS__) 55 #define CMETHOD_FN(n,...) hpcrun_ss_ ## n(sample_source_t*self, ##__VA_ARGS__)