Data Fields | |
l4_threadid_t | thread |
l4cpu_reserve_utcb_t * | utcb |
int | ts_count |
rt_mon_histogram_t ** | hists |
unsigned long | period |
unsigned long long | release |
int | ts_num |
char | name [L4CPU_RESERVE_UTCB_NAME_LEN] |
struct utcb_list_t * | next |
Definition at line 30 of file utcb_watch.c.
l4_threadid_t utcb_list_t::thread |
Definition at line 32 of file utcb_watch.c.
Referenced by watch_add_utcb_do(), watch_del_utcb_do(), and watch_eval_utcbs().
Definition at line 33 of file utcb_watch.c.
Referenced by watch_add_lost(), watch_add_period_entry(), watch_add_res_entry(), watch_add_utcb_do(), and watch_del_utcb_do().
rt_mon_histogram_t** utcb_list_t::hists |
Definition at line 34 of file utcb_watch.c.
Referenced by watch_add_lost(), watch_add_utcb_do(), watch_del_utcb_do(), and watch_insert_sample().
unsigned long utcb_list_t::period |
unsigned long long utcb_list_t::release |
Definition at line 37 of file utcb_watch.c.
Referenced by watch_add_period_entry(), and watch_add_res_entry().
char utcb_list_t::name[L4CPU_RESERVE_UTCB_NAME_LEN] |
struct utcb_list_t* utcb_list_t::next [read] |
Definition at line 39 of file utcb_watch.c.
Referenced by watch_add_utcb_do(), watch_del_utcb_do(), watch_eval_utcbs(), and watcher_fn().