Searched refs:cpc_set_t (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libcpc/common/ |
H A D | libcpc.h | 50 typedef struct __cpc_set cpc_set_t; typedef 82 extern cpc_set_t *cpc_set_create(cpc_t *cpc); 83 extern int cpc_set_destroy(cpc_t *cpc, cpc_set_t *set); 90 extern int cpc_set_add_request(cpc_t *cpc, cpc_set_t *set, const char *event, 93 extern cpc_buf_t *cpc_buf_create(cpc_t *cpc, cpc_set_t *set); 99 extern int cpc_bind_curlwp(cpc_t *cpc, cpc_set_t *set, uint_t flags); 104 extern int cpc_bind_pctx(cpc_t *cpc, pctx_t *pctx, id_t id, cpc_set_t *set, 113 extern int cpc_bind_cpu(cpc_t *cpc, processorid_t id, cpc_set_t *set, 121 extern int cpc_set_restart(cpc_t *cpc, cpc_set_t *set); 127 extern int cpc_unbind(cpc_t *cpc, cpc_set_t *set); [all …]
|
H A D | libcpc.c | 57 static int cpc_set_valid(cpc_t *cpc, cpc_set_t *set); 178 cpc_set_t *csp; in cpc_terminate() 189 cpc_set_t * 192 cpc_set_t *set; in cpc_set_create() 217 cpc_set_destroy(cpc_t *cpc, cpc_set_t *set) in cpc_set_destroy() 219 cpc_set_t *csp, *prev; in cpc_set_destroy() 270 cpc_set_add_request(cpc_t *cpc, cpc_set_t *set, const char *event, in cpc_set_add_request() 360 cpc_buf_create(cpc_t *cpc, cpc_set_t *set) in cpc_buf_create() 425 cpc_bind_curlwp(cpc_t *cpc, cpc_set_t *set, uint_t flags) in cpc_bind_curlwp() 463 cpc_bind_pctx(cpc_t *cpc, pctx_t *pctx, id_t id, cpc_set_t *set, uint_t flags) in cpc_bind_pctx() [all …]
|
H A D | libcpc_impl.h | 88 cpc_set_t *cs_next; /* Linked list of all sets */ 92 cpc_set_t *cpc_sets; /* List of existing sets */ 124 extern char *__cpc_pack_set(cpc_set_t *set, uint_t flags, size_t *buflen); 154 extern cpc_set_t *__cpc_eventtoset(cpc_t *cpc, cpc_event_t *event, int flags);
|
H A D | obsoleted.c | 79 cpc_set_t *set; in cpc_bind_event() 228 cpc_set_t *set; in cpc_shared_bind_event() 295 cpc_set_t *set; in cpc_pctx_bind_event()
|
H A D | subr.c | 47 __cpc_pack_set(cpc_set_t *set, uint_t flags, size_t *buflen) in __cpc_pack_set()
|
/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | cpucmds.h | 40 extern cpc_set_t *cpc_strtoset(cpc_t *cpc, const char *spec, int smt); 60 extern cpc_set_t *cpc_setgrp_getset(cpc_setgrp_t *sgrp); 64 extern cpc_set_t *cpc_setgrp_nextset(cpc_setgrp_t *sgrp);
|
H A D | cputrack.c | 325 cpc_set_t *set; in pinit_lwp() 387 cpc_set_t *set; in pfini_lwp() 463 cpc_set_t *start; in plwp_exit() 488 cpc_set_t *start; in pexec() 532 cpc_set_t *start; in pexit() 567 cpc_set_t *this = cpc_setgrp_getset(sgrp); in ptick() 596 cpc_set_t *next = cpc_setgrp_nextset(sgrp); in ptick()
|
H A D | setgrp.c | 46 cpc_set_t *set; 118 cpc_set_t *set; in cpc_setgrp_newset() 288 cpc_set_t * 318 cpc_set_t *
|
H A D | strtoset.c | 338 cpc_set_t * 341 cpc_set_t *set; in cpc_strtoset()
|
H A D | cpustat.c | 435 cpc_set_t *this = cpc_setgrp_getset(sgrp); in gtick() 629 cpc_set_t *start; in cpustat()
|
/illumos-gate/usr/src/lib/libcpc/sparc/ |
H A D | event_ultra.c | 450 cpc_set_t * 453 cpc_set_t *set = NULL; in __cpc_eventtoset()
|
/illumos-gate/usr/src/lib/libcpc/i386/ |
H A D | event_pentium.c | 690 cpc_set_t * 693 cpc_set_t *set; in __cpc_eventtoset()
|