|
HPCToolkit
|
#include <event_custom.h>

Public Attributes | |
| int | metric |
| double | metric_value |
| void * | context |
| sample_val_t * | sample |
| struct event_info_s * | current |
| struct perf_mmap_data_s * | data |
Definition at line 57 of file event_custom.h.
| void* event_handler_arg_s::context |
Definition at line 60 of file event_custom.h.
| struct event_info_s* event_handler_arg_s::current |
Definition at line 64 of file event_custom.h.
| struct perf_mmap_data_s* event_handler_arg_s::data |
Definition at line 65 of file event_custom.h.
| int event_handler_arg_s::metric |
Definition at line 58 of file event_custom.h.
| double event_handler_arg_s::metric_value |
Definition at line 59 of file event_custom.h.
| sample_val_t* event_handler_arg_s::sample |
Definition at line 62 of file event_custom.h.