#include <st-instrumentation.h>
Data Fields | |
| unsigned int | src_lp |
| unsigned int | dest_lp |
| float | send_vts |
| float | recv_vts |
| float | real_ts |
| unsigned int | model_data_sz |
Definition at line 179 of file st-instrumentation.h.
| unsigned int st_event_data::dest_lp |
Definition at line 181 of file st-instrumentation.h.
Referenced by st_collect_event_data().
| unsigned int st_event_data::model_data_sz |
Definition at line 185 of file st-instrumentation.h.
Referenced by st_collect_event_data().
| float st_event_data::real_ts |
Definition at line 184 of file st-instrumentation.h.
Referenced by st_collect_event_data().
| float st_event_data::recv_vts |
Definition at line 183 of file st-instrumentation.h.
Referenced by st_collect_event_data().
| float st_event_data::send_vts |
Definition at line 182 of file st-instrumentation.h.
Referenced by st_collect_event_data().
| unsigned int st_event_data::src_lp |
Definition at line 180 of file st-instrumentation.h.
Referenced by st_collect_event_data().