44 #ifndef __CUSTOM_EVENT_H__ 45 #define __CUSTOM_EVENT_H__
struct event_info_s * current
int event_custom_create_event(sample_source_t *self, char *name)
struct event_custom_s event_custom_t
enum event_handle_type_e event_handle_type_t
event_handler_t * handler_fn
struct event_handler_arg_s event_handler_arg_t
int register_event_t(sample_source_t *self, event_custom_t *event, struct event_threshold_s *period)
struct perf_mmap_data_s * data
void event_custom_display(FILE *std)
event_custom_t * event_custom_find(const char *name)
int event_custom_register(event_custom_t *event)
register_event_t * register_fn
event_handle_type_t handle_type
void event_handler_t(event_handler_arg_t *args)
int event_custom_handler(event_handler_arg_t *args)