#include <st-instrumentation.h>
Data Fields | |
unsigned int | peid |
unsigned int | kpid |
unsigned int | lpid |
unsigned int | s_nevent_processed |
unsigned int | s_nevent_abort |
unsigned int | s_e_rbs |
unsigned int | s_nsend_network |
unsigned int | s_nread_network |
float | efficiency |
Definition at line 150 of file st-instrumentation.h.
float st_lp_stats::efficiency |
Definition at line 160 of file st-instrumentation.h.
Referenced by st_collect_engine_data_lps().
unsigned int st_lp_stats::kpid |
Definition at line 152 of file st-instrumentation.h.
Referenced by st_collect_engine_data_lps().
unsigned int st_lp_stats::lpid |
Definition at line 153 of file st-instrumentation.h.
Referenced by st_collect_engine_data_lps().
unsigned int st_lp_stats::peid |
Definition at line 151 of file st-instrumentation.h.
Referenced by st_collect_engine_data_lps().
unsigned int st_lp_stats::s_e_rbs |
Definition at line 157 of file st-instrumentation.h.
Referenced by st_collect_engine_data_lps(), and tw_event_rollback().
unsigned int st_lp_stats::s_nevent_abort |
Definition at line 156 of file st-instrumentation.h.
Referenced by st_collect_engine_data_lps(), tw_sched_batch(), and tw_sched_batch_realtime().
unsigned int st_lp_stats::s_nevent_processed |
Definition at line 155 of file st-instrumentation.h.
Referenced by st_collect_engine_data_lps(), tw_sched_batch(), tw_sched_batch_realtime(), tw_scheduler_conservative(), and tw_scheduler_sequential().
unsigned int st_lp_stats::s_nread_network |
Definition at line 159 of file st-instrumentation.h.
Referenced by recv_finish(), and st_collect_engine_data_lps().
unsigned int st_lp_stats::s_nsend_network |
Definition at line 158 of file st-instrumentation.h.
Referenced by send_finish(), and st_collect_engine_data_lps().