|
HPCToolkit
|
#include <event_custom.h>
Public Attributes | |
| const char * | name |
| const char * | desc |
| register_event_t * | register_fn |
| event_handler_t * | handler_fn |
| event_handle_type_t | handle_type |
Definition at line 84 of file event_custom.h.
| const char* event_custom_s::desc |
Definition at line 86 of file event_custom.h.
| event_handle_type_t event_custom_s::handle_type |
Definition at line 91 of file event_custom.h.
| event_handler_t* event_custom_s::handler_fn |
Definition at line 89 of file event_custom.h.
| const char* event_custom_s::name |
Definition at line 85 of file event_custom.h.
| register_event_t* event_custom_s::register_fn |
Definition at line 88 of file event_custom.h.