Searched refs:t_cpc_ctx (Results 1 – 3 of 3) sorted by relevance
284 if (t->t_cpc_ctx != NULL) in kcpc_bind_thread()307 t->t_cpc_ctx = ctx; in kcpc_bind_thread()321 t->t_cpc_ctx = NULL; in kcpc_bind_thread()574 t->t_cpc_ctx = NULL; in kcpc_unbind()677 kcpc_ctx_t *ctx = t->t_cpc_ctx; in kcpc_enable()953 ctx = t->t_cpc_ctx; in kcpc_overflow_intr()956 ctx = t->t_cpc_ctx; in kcpc_overflow_intr()1168 kcpc_ctx_t *ctx = curthread->t_cpc_ctx; in kcpc_overflow_ast()1399 kcpc_ctx_t *ctx = t->t_cpc_ctx, *cctx; in kcpc_lwp_create()1422 ct->t_cpc_ctx = cctx; in kcpc_lwp_create()[all …]
762 if (avoid_thread_context && (curthread->t_cpc_ctx != NULL) && in cu_cpc_program_xcall()763 !(curthread->t_cpc_ctx->kc_flags & KCPC_CTX_INVALID_STOPPED)) { in cu_cpc_program_xcall()
161 struct _kcpc_ctx *t_cpc_ctx; /* performance counter context */ member