#include <st-instrumentation.h>
Data Fields | |
ev_trace_f | ev_trace |
function pointer to collect data about all events for given LP More... | |
size_t | ev_sz |
size of data collected from model for each event More... | |
model_stat_f | model_stat_fn |
function pointer to collect model level data for RT and GVT-based instrumentation More... | |
size_t | mstat_sz |
size of data collected from model at sampling points More... | |
sample_event_f | sample_event_fn |
sample_revent_f | sample_revent_fn |
size_t | sample_struct_sz |
Definition at line 220 of file st-instrumentation.h.
size_t st_model_types::ev_sz |
Definition at line 222 of file st-instrumentation.h.
Referenced by st_collect_event_data().
ev_trace_f st_model_types::ev_trace |
Definition at line 221 of file st-instrumentation.h.
Referenced by st_collect_event_data().
model_stat_f st_model_types::model_stat_fn |
Definition at line 223 of file st-instrumentation.h.
Referenced by st_collect_model_data().
size_t st_model_types::mstat_sz |
Definition at line 224 of file st-instrumentation.h.
Referenced by st_collect_model_data().
sample_event_f st_model_types::sample_event_fn |
Definition at line 225 of file st-instrumentation.h.
Referenced by analysis_event().
sample_revent_f st_model_types::sample_revent_fn |
Definition at line 226 of file st-instrumentation.h.
Referenced by analysis_event_rc().
size_t st_model_types::sample_struct_sz |
Definition at line 227 of file st-instrumentation.h.
Referenced by analysis_commit(), analysis_event(), analysis_event_rc(), and analysis_init().