/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | setgrp.c | 86 cpc_setgrp_walker(void *arg, int index, const char *event, uint64_t preset, argument 101 cpc_setgrp_picwalker(void *arg, int index, const char *event, uint64_t preset, argument
|
/illumos-gate/usr/src/uts/sun4v/pcbe/ |
H A D | niagara_pcbe.c | 27 * This file contains preset event names from the Performance Application 88 static int ni_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 342 ni_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, argument 351 * If we've been handed an existing configuration, we need only preset 356 conf->pcbe_pic = (uint32_t)preset; 387 conf->pcbe_pic = (uint32_t)preset;
|
H A D | niagara2_pcbe.c | 26 * This file contains preset event names from the Performance Application 92 static int ni2_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 481 ni2_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, argument 495 * If we've been handed an existing configuration, we need only preset 500 cfg->pcbe_pic = (uint32_t)preset; 602 cfg->pcbe_pic = (uint32_t)preset;
|
/illumos-gate/usr/src/lib/libcpc/common/ |
H A D | libcpc.c | 270 uint64_t preset, uint_t flags, uint_t nattrs, const cpc_attr_t *attrs) 297 req->cr_preset = preset; 570 cpc_request_preset(cpc_t *cpc, int index, uint64_t preset) argument 573 (uint32_t)(preset >> 32), (uint32_t)(preset & MASK32))); 782 void (*action)(void *arg, int index, const char *event, uint64_t preset, 269 cpc_set_add_request(cpc_t *cpc, cpc_set_t *set, const char *event, uint64_t preset, uint_t flags, uint_t nattrs, const cpc_attr_t *attrs) argument 781 cpc_walk_requests(cpc_t *cpc, cpc_set_t *set, void *arg, void (*action)(void *arg, int index, const char *event, uint64_t preset, uint_t flags, int nattrs, const cpc_attr_t *attrs)) argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kcpc.c | 565 panic("kcpc_unbind: context %p not preset on thread %p", 609 kcpc_preset(kcpc_set_t *set, int index, uint64_t preset) argument 626 set->ks_req[i].kr_preset = preset; 2101 * preset value. 2105 * Reset the virtual counter value to the preset value. 2110 * Reset PCBE to the preset value. 2224 * Call update function with preset pointer and data for each CPC event 2278 kcpc_reqs_add(kcpc_request_list_t *req_list, char *event, uint64_t preset, argument 2319 req->kr_preset = preset;
|
/illumos-gate/usr/src/uts/sun4u/pcbe/ |
H A D | opl_pcbe.c | 27 * This file contains preset event names from the Performance Application 88 static int opl_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 659 opl_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, argument 668 * If we've been handed an existing configuration, we need only preset 673 conf->opl_pic = (uint32_t)preset; 705 conf->opl_pic = (uint32_t)preset;
|
H A D | us234_pcbe.c | 27 * This file contains preset event names from the Performance Application 89 static int us_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 764 us_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, argument 773 * If we've been handed an existing configuration, we need only preset 778 conf->us_pic = (uint32_t)preset; 810 conf->us_pic = (uint32_t)preset;
|
/illumos-gate/usr/src/uts/intel/pcbe/ |
H A D | opteron_pcbe.c | 27 * This file contains preset event names from the Performance Application 97 static int opt_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 618 opt_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, argument 629 * If we've been handed an existing configuration, we need only preset 634 cfg->opt_rawpic = preset & MASK48; 716 cfg->opt_rawpic = preset & MASK48;
|
H A D | p123_pcbe.c | 26 * This file contains preset event names from the Performance Application 96 static int ptm_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 729 ptm_pcbe_configure(uint_t picnum, char *eventname, uint64_t preset, argument 741 * If we've been handed an existing configuration, we need only preset 746 conf->ptm_rawpic = trunc3931(preset); 756 conf->ptm_rawpic = trunc3931(preset); 1027 * then we can preset the counter to this value using the fact
|
H A D | core_pcbe.c | 26 * This file contains preset event names from the Performance Application 96 static int core_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 1583 configure_gpc(uint_t picnum, char *event, uint64_t preset, uint32_t flags, argument 1596 if (((preset & BITS_EXTENDED_FROM_31) != 0) && 1597 ((preset & BITS_EXTENDED_FROM_31) != 1602 * be written to by extension of bit 31. We cannot preset 1706 conf.core_rawpic = preset & mask_gpc; 1771 configure_ffc(uint_t picnum, char *event, uint64_t preset, uint32_t flags, argument 1810 conf->core_rawpic = preset & mask_ffc; 1829 core_pcbe_configure(uint_t picnum, char *event, uint64_t preset, argument [all...] |
H A D | p4_pcbe.c | 26 * This file contains preset event names from the Performance Application 92 static int p4_pcbe_configure(uint_t picnum, char *event, uint64_t preset, 669 p4_pcbe_configure(uint_t picnum, char *eventname, uint64_t preset, argument 692 * If we've been handed an existing configuration, we need only preset 697 cfg->p4_rawpic = preset & MASK40; 870 cfg->p4_rawpic = preset & MASK40;
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_tlv_layout.h | 118 * The default segment may also have preset > 0, which means that it is a preset 120 uint16_t preset; member in struct:tlv_partition_header
|