Searched refs:CPC_SAMPLE (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libcpc/common/ |
H A D | obsoleted.c | 141 return (syscall(SYS_cpc, CPC_SAMPLE, -1, this->ce_pic, &this->ce_hrt, in cpc_take_sample() 338 return (__pctx_cpc(pctx, __cpc, CPC_SAMPLE, lwpid, event->ce_pic, in cpc_pctx_take_sample()
|
H A D | libcpc.c | 646 return (syscall(SYS_cpc, CPC_SAMPLE, -1, buf->cb_data, in cpc_set_sample() 654 return (__pctx_cpc(set->cs_pctx, cpc, CPC_SAMPLE, set->cs_id, in cpc_set_sample()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cpc_impl.h | 87 #define CPC_SAMPLE 1 macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cpc.c | 116 if (t->t_cpc_set == NULL && (cmd == CPC_SAMPLE || cmd == CPC_RELE)) in cpc() 177 case CPC_SAMPLE: in cpc()
|
/titanic_44/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 928 case CPC_SAMPLE: in __pctx_cpc()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 1367 case CPC_SAMPLE: s = "CPC_SAMPLE"; break; in prt_cpc()
|