Searched refs:cpc_event_t (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.h186 typedef struct _cpc_event cpc_event_t; typedef in typeref:struct:_cpc_event
199 extern int cpc_strtoevent(int cpuver, const char *spec, cpc_event_t *event);
200 extern char *cpc_eventtostr(cpc_event_t *event);
201 extern void cpc_event_accum(cpc_event_t *accum, cpc_event_t *event);
202 extern void cpc_event_diff(cpc_event_t *diff,
203 cpc_event_t *left, cpc_event_t *right);
204 extern int cpc_bind_event(cpc_event_t *event, int flags);
205 extern int cpc_take_sample(cpc_event_t *even
[all...]
H A Dobsoleted.c79 cpc_bind_event(cpc_event_t *this, int flags)
96 * The cpuver and control fields of the cpc_event_t must be saved off
98 * be copied into a different cpc_event_t struct by the kernel. We have
131 cpc_take_sample(cpc_event_t *this)
227 cpc_shared_bind_event(int fd, cpc_event_t *this, int flags)
275 cpc_shared_take_sample(int fd, cpc_event_t *this)
295 cpc_pctx_bind_event(pctx_t *pctx, id_t lwpid, cpc_event_t *event, int flags)
319 * The cpuver and control fields of the cpc_event_t must be saved off
321 * be copied into a different cpc_event_t struct by the kernel. We have
334 cpc_pctx_take_sample(pctx_t *pctx, id_t lwpid, cpc_event_t *even
[all...]
H A Dlibcpc_impl.h155 extern cpc_set_t *__cpc_eventtoset(cpc_t *cpc, cpc_event_t *event, int flags);
/osnet-11/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c204 cpc_strtoevent(int cpuver, const char *spec, cpc_event_t *event)
382 cpc_eventtostr(cpc_event_t *event)
426 cpc_event_accum(cpc_event_t *accum, cpc_event_t *event)
436 cpc_event_diff(cpc_event_t *diff, cpc_event_t *left, cpc_event_t *right)
445 * Given a cpc_event_t and cpc_bind_event() flags, translate the event into the
451 __cpc_eventtoset(cpc_t *cpc, cpc_event_t *event, int iflags)
H A Dconf_ultra.c571 cpc_event_t *event;
/osnet-11/usr/src/lib/libcpc/i386/
H A Devent_pentium.c368 cpc_strtoevent(int cpuver, const char *spec, cpc_event_t *event)
587 cpc_eventtostr(cpc_event_t *event)
666 cpc_event_accum(cpc_event_t *accum, cpc_event_t *event)
676 cpc_event_diff(cpc_event_t *diff, cpc_event_t *left, cpc_event_t *right)
685 * Given a cpc_event_t and cpc_bind_event() flags,
686 * translate the cpc_event_t into the cpc_set_t format.
691 __cpc_eventtoset(cpc_t *cpc, cpc_event_t *even
[all...]
H A Dconf_pentium.c487 #define EVENT ((cpc_event_t *)0)

Completed in 22 milliseconds