Home
last modified time | relevance | path

Searched refs:CPC_SAMPLE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcpc/common/
H A Dobsoleted.c139 return (syscall(SYS_cpc, CPC_SAMPLE, -1, this->ce_pic, &this->ce_hrt, in cpc_take_sample()
336 return (__pctx_cpc(pctx, __cpc, CPC_SAMPLE, lwpid, event->ce_pic, in cpc_pctx_take_sample()
H A Dlibcpc.c647 return (syscall(SYS_cpc, CPC_SAMPLE, -1, buf->cb_data, in cpc_set_sample()
655 return (__pctx_cpc(set->cs_pctx, cpc, CPC_SAMPLE, set->cs_id, in cpc_set_sample()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpc_impl.h87 #define CPC_SAMPLE 1 macro
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c116 if (t->t_cpc_set == NULL && (cmd == CPC_SAMPLE || cmd == CPC_RELE)) in cpc()
177 case CPC_SAMPLE: in cpc()
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c930 case CPC_SAMPLE: in __pctx_cpc()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1371 case CPC_SAMPLE: s = "CPC_SAMPLE"; break; in prt_cpc()