Searched defs:stats_event_api_table (Results 1 – 1 of 1) sorted by relevance
135 struct stats_event_api_table { struct136 struct stats_event* (*obtain)(void);137 void (*build)(struct stats_event*);138 int (*write)(struct stats_event*);139 void (*release)(struct stats_event*);140 void (*set_atom_id)(struct stats_event*, uint32_t);141 void (*write_int32)(struct stats_event*, int32_t);142 void (*write_int64)(struct stats_event*, int64_t);143 void (*write_float)(struct stats_event*, float);144 void (*write_bool)(struct stats_event*, bool);[all …]