Searched refs:cpc_set_t (Results 1 – 12 of 12) sorted by relevance
/titanic_41/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 | 56 static int cpc_set_valid(cpc_t *cpc, cpc_set_t *set); 177 cpc_set_t *csp; in cpc_terminate() 188 cpc_set_t * 191 cpc_set_t *set; in cpc_set_create() 216 cpc_set_destroy(cpc_t *cpc, cpc_set_t *set) in cpc_set_destroy() 218 cpc_set_t *csp, *prev; in cpc_set_destroy() 269 cpc_set_add_request(cpc_t *cpc, cpc_set_t *set, const char *event, in cpc_set_add_request() 359 cpc_buf_create(cpc_t *cpc, cpc_set_t *set) in cpc_buf_create() 424 cpc_bind_curlwp(cpc_t *cpc, cpc_set_t *set, uint_t flags) in cpc_bind_curlwp() 462 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 | 90 cpc_set_t *cs_next; /* Linked list of all sets */ 94 cpc_set_t *cpc_sets; /* List of existing sets */ 126 extern char *__cpc_pack_set(cpc_set_t *set, uint_t flags, size_t *buflen); 156 extern cpc_set_t *__cpc_eventtoset(cpc_t *cpc, cpc_event_t *event, int flags);
|
H A D | obsoleted.c | 81 cpc_set_t *set; in cpc_bind_event() 230 cpc_set_t *set; in cpc_shared_bind_event() 297 cpc_set_t *set; in cpc_pctx_bind_event()
|
H A D | subr.c | 49 __cpc_pack_set(cpc_set_t *set, uint_t flags, size_t *buflen) in __cpc_pack_set()
|
/titanic_41/usr/src/cmd/cpc/common/ |
H A D | cpucmds.h | 42 extern cpc_set_t *cpc_strtoset(cpc_t *cpc, const char *spec, int smt); 62 extern cpc_set_t *cpc_setgrp_getset(cpc_setgrp_t *sgrp); 66 extern cpc_set_t *cpc_setgrp_nextset(cpc_setgrp_t *sgrp);
|
H A D | cputrack.c | 329 cpc_set_t *set; in pinit_lwp() 395 cpc_set_t *set; in pfini_lwp() 471 cpc_set_t *start; in plwp_exit() 496 cpc_set_t *start; in pexec() 540 cpc_set_t *start; in pexit() 575 cpc_set_t *this = cpc_setgrp_getset(sgrp); in ptick() 604 cpc_set_t *next = cpc_setgrp_nextset(sgrp); in ptick()
|
H A D | setgrp.c | 48 cpc_set_t *set; 120 cpc_set_t *set; in cpc_setgrp_newset() 290 cpc_set_t * 320 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 | 416 cpc_set_t *this = cpc_setgrp_getset(sgrp); in gtick() 610 cpc_set_t *start; in cpustat()
|
/titanic_41/usr/src/lib/libcpc/sparc/ |
H A D | event_ultra.c | 450 cpc_set_t * 453 cpc_set_t *set = NULL; in __cpc_eventtoset()
|
/titanic_41/usr/src/lib/libcpc/i386/ |
H A D | event_pentium.c | 690 cpc_set_t * 693 cpc_set_t *set; in __cpc_eventtoset()
|