#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 |
tw_clock | s_process_event |
float | efficiency |
Definition at line 150 of file st-instrumentation.h.
float st_lp_stats::efficiency |
Definition at line 161 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_all_lp_stats(), tw_sched_batch(), tw_sched_batch_realtime(), tw_scheduler_conservative(), tw_scheduler_sequential(), and tw_scheduler_sequential_rollback_check().
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().
tw_clock st_lp_stats::s_process_event |
Definition at line 160 of file st-instrumentation.h.
Referenced by tw_all_lp_stats(), tw_eventq_push_list(), tw_sched_batch(), tw_scheduler_sequential(), and tw_scheduler_sequential_rollback_check().