Searched defs:_kcpc_ctx (Results 1 – 1 of 1) sorted by relevance
132 struct _kcpc_ctx { struct133 struct _kcpc_set *kc_set; /* linked list of all bound sets */134 volatile uint_t kc_flags;135 kcpc_pic_t *kc_pics; /* pointer to array of per-pic data */136 hrtime_t kc_hrtime; /* gethrtime() at last sample */137 uint64_t kc_vtick; /* virtualized %tick */138 uint64_t kc_rawtick; /* last snapshot of tick/tsc */139 struct _kthread *kc_thread; /* thread this context is measuring */140 int kc_cpuid; /* CPU this context is measuring */141 kcpc_ctx_t *kc_next; /* Global list of all contexts */[all …]