Home
last modified time | relevance | path

Searched refs:t_cpc_ctx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c284 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()
1422 ct->t_cpc_ctx = cctx; in kcpc_lwp_create()
1538 curthread->t_cpc_ctx = NULL; in kcpc_free()
1682 curthread->t_cpc_ctx = NULL; in kcpc_passivate()
[all …]
H A Dcap_util.c762 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h161 struct _kcpc_ctx *t_cpc_ctx; /* performance counter context */ member