| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/sched/ |
| ticktime.d | 30 /last[cpu]/ 32 @[cpu] = min(timestamp - last[cpu]); 37 last[cpu] = timestamp;
|
| howlong.d | 27 sched:::off-cpu 30 self->cpu = cpu; 34 sched:::on-cpu 37 @[self->cpu == cpu ? 38 "sleep time, no CPU migration" : "sleep time, CPU migration"] = 41 self->cpu = 0;
|
| where.d | 27 sched:::on-cpu 32 sched:::off-cpu 35 @[cpu] = quantize(timestamp - self->ts);
|
| whererun.d | 34 sched:::on-cpu 40 sched:::off-cpu 43 @[cpu] = sum(timestamp - self->ts); 55 printf("CPU distribution over %d seconds:\n\n", 57 printf("CPU microseconds\n--- ------------\n");
|
| whosteal.d | 30 /args[2]->cpu_id != -1 && cpu != args[2]->cpu_id && 34 lquantize(cpu, 0, 100); 39 printa("%s stolen from CPU %d by:\n%@d\n", @);
|
| /onnv/onnv-gate/usr/src/cmd/fm/dicts/ |
| INTEL.dict | 29 fault.cpu.intel.internal=1 30 fault.cpu.intel.l0cache=2 31 fault.cpu.intel.l1cache=3 32 fault.cpu.intel.l2cache=4 33 fault.cpu.intel.cache=5 34 fault.cpu.intel.l0dtlb=6 35 fault.cpu.intel.l1dtlb=7 36 fault.cpu.intel.l2dtlb=8 37 fault.cpu.intel.dtlb=9 38 fault.cpu.intel.l0itlb=1 [all...] |
| AMD.dict | 35 fault.cpu.amd.l2cachedata=5 36 fault.cpu.amd.l2cachetag=6 37 fault.cpu.amd.icachedata=7 38 fault.cpu.amd.icachetag=8 39 fault.cpu.amd.icachestag=9 40 fault.cpu.amd.dcachedata=10 41 fault.cpu.amd.dcachetag=11 42 fault.cpu.amd.l1itlb=12 43 fault.cpu.amd.l2itlb=13 44 fault.cpu.amd.dcachestag=1 [all...] |
| GMCA.dict | 29 fault.cpu.generic-x86.internal=1 30 fault.cpu.generic-x86.l0cache=2 31 fault.cpu.generic-x86.l1cache=3 32 fault.cpu.generic-x86.l2cache=4 33 fault.cpu.generic-x86.cache=5 34 fault.cpu.generic-x86.l0dtlb=6 35 fault.cpu.generic-x86.l1dtlb=7 36 fault.cpu.generic-x86.l2dtlb=8 37 fault.cpu.generic-x86.dtlb=9 38 fault.cpu.generic-x86.l0itlb=1 [all...] |
| SUN4V.dict | 29 fault.cpu.ultraSPARC-T1.ireg=1 30 fault.cpu.ultraSPARC-T1.freg=2 31 fault.cpu.ultraSPARC-T1.itlb=3 32 fault.cpu.ultraSPARC-T1.dtlb=4 33 fault.cpu.ultraSPARC-T1.icache=5 34 fault.cpu.ultraSPARC-T1.dcache=6 35 fault.cpu.ultraSPARC-T1.mau=7 36 fault.cpu.ultraSPARC-T1.l2cachedata=8 37 fault.cpu.ultraSPARC-T1.l2cachetag=9 38 fault.cpu.ultraSPARC-T1.l2cachectl=1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/cpc/ |
| tst.allcpus.ksh | 29 # This script verifies that we can fire a probe on each CPU that is in 43 cpu=0 61 /cpus[cpu] != 1/ 63 cpus[cpu] = 1; 64 @a[cpu] = count(); 77 while [ $cpu -le $numproc ] 79 if [ "`psrinfo -s $cpu 2> /dev/null`" -eq 1 ]; then 80 printf "%9d %16d\n" $cpu 1 >> $scriptout 82 allpids[$cpu]=$! 83 pbind -b $cpu $ [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/ |
| kvm_cpu.c | 30 * CPU-specific target implementation 32 * Each CPU provides a set of debugging facilities. We have per-CPU "modules", 35 * advantage of features specific to the CPU being used. 58 kmt_cpu_t *cpu; local 63 if ((cpu = kmt_cpu_ctors[i](t)) != NULL) 64 return (cpu); 76 kmt_cpu_destroy(kmt_cpu_t *cpu) 78 if (cpu != NULL) 79 cpu->kmt_cpu_ops->kco_destroy(cpu) [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/intel_nhm/ |
| intel_nhm.h | 50 #define SOCKET_BUS(cpu) (MAX_BUS_NUMBER - (cpu)) 51 #define CPU_ID_RD(cpu) nhm_pci_getl(SOCKET_BUS(cpu), 0, 0, 0, 0) 52 #define MC_CONTROL_RD(cpu) \ 53 nhm_pci_getl(SOCKET_BUS(cpu), 3, 0, 0x48, 0) 54 #define MC_STATUS_RD(cpu) \ 55 nhm_pci_getl(SOCKET_BUS(cpu), 3, 0, 0x4c, 0) 56 #define MC_SMI_SPARE_DIMM_ERROR_STATUS_RD(cpu) \ 57 nhm_pci_getl(SOCKET_BUS(cpu), 3, 0, 0x50, 0 [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/asm/ |
| cpuvar.h | 40 struct cpu; 42 extern __inline__ struct cpu *curcpup(void) 44 struct cpu *__value;
|
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| cpupm_mach.c | 29 * CPU PM interfaces exposed to the CPU power manager 33 cpupm_plat_domain_id(struct cpu *cp, cpupm_dtype_t type) 40 cpupm_plat_state_enumerate(struct cpu *cp, cpupm_dtype_t type, 48 cpupm_plat_change_state(struct cpu *cp, cpupm_state_t *state)
|
| /onnv/onnv-gate/usr/src/cmd/powertop/common/ |
| turbo.c | 60 * Perform setup necessary to enumerate and track CPU turbo information 70 * check if the CPU turbo is supported 108 * Take a snapshot of each CPU's turbo information 117 int cpu; local 123 for (cpu = 0; cpu < g_ncpus; cpu++) { 124 turbo_info = &turbo_snapshot[cpu]; 125 ksp = kstat_lookup(kc, "turbo", g_cpu_table[cpu], NULL); 127 pt_error("couldn't find 'turbo' kstat for CPU %d\n" 198 int cpu; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/sched/ |
| tst.oncpu.d | 32 sched:::on-cpu 38 sched:::off-cpu 44 sched:::off-cpu
|
| tst.stackdepth.d | 31 sched:::on-cpu
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| disp.h | 69 * this dispatch queue but runnable by any CPU. This may be left 70 * artificially high, then corrected when some CPU tries to take 76 volatile int disp_nrunnable; /* runnable threads in cpu dispq */ 78 struct cpu *disp_cpu; /* cpu owning this queue or NULL */ 90 * - See sys/cpuvar.h for CPU-local variables. 101 * be stolen by another CPU (in nanoseconds). 111 * This is part of the CPU partition structure (cpupart_t). 127 * idle_cpu() is invoked when a cpu goes idle, and has nothing to do. 131 extern void (*disp_enq_thread)(struct cpu *, int) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
| intel.esc | 30 * Eversholt rules for the intel CPU/Memory 38 event ereport.cpu.intel.leafclass@chip/core/strand { within(t) } 53 * trips. prop statement for ereport.cpu.intel.internal_unclassified is 57 engine serd.cpu.intel.simple@chip/core/strand, N=3, T=72h; 58 event fault.cpu.intel.internal@chip/core/strand, 59 engine=serd.cpu.intel.simple@chip/core/strand; 61 prop fault.cpu.intel.internal@chip/core/strand 63 ereport.cpu.intel.microcode_rom_parity@chip/core/strand, 64 ereport.cpu.intel.internal_timer@chip/core/strand, 65 ereport.cpu.intel.internal_parity@chip/core/strand [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| intr.c | 79 * This variable tracks the last place events were disabled on each cpu 87 * Set cpu's base SPL level to the highest active interrupt level 92 struct cpu *cpu = CPU; local 93 uint16_t active = (uint16_t)cpu->cpu_intr_actv; 95 cpu->cpu_base_spl = active == 0 ? 0 : bsrw_insn(active); 99 * Do all the work necessary to set up the cpu and thread structures 109 hilevel_intr_prolog(struct cpu *cpu, uint_t pil, uint_t oldpil, struct regs *rp 489 struct cpu *cpu; local 790 cpu_t *cpu; local 857 struct cpu *cpu = CPU; local 876 struct cpu *cpu = CPU; local 896 struct cpu *cpu = CPU; local 922 struct cpu *cpu = CPU; local 1116 cpu_t *cpu; local 1147 cpu_t *cpu; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
| cmd_cpu.c | 27 * Support routines for managing per-CPU state. 50 #include <sys/fm/cpu/UltraSPARC-III.h> 55 #include <sys/fm/cpu/UltraSPARC-T1.h> 96 fmd_hdl_abort(hdl, "illegal CPU type %d\n", type); 112 fmd_hdl_abort(hdl, "illegal CPU name %*.*s\n", n, n, name); 261 cpu_uec_write(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_cpu_uec_t *uec) 277 cpu_buf_write(hdl, cpu); 281 cpu_uec_create(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_cpu_uec_t *uec, 290 cpu_uec_write(hdl, cpu, uec); 315 cpu_uec_flush_finish(fmd_hdl_t *hdl, cmd_cpu_t *cpu) 1566 cmd_cpu_t *cpu; local 1647 cmd_cpu_t *cpu; local 1767 cmd_cpu_t *cpu; local 1917 cmd_cpu_t *cpu; local 1941 cmd_cpu_t *cpu; local 2034 cmd_cpu_t *cpu; local 2199 cmd_cpu_t *cpu, *cpun; local 2244 cmd_cpu_t *cpu; local 2307 cmd_cpu_t *cpu, *next; local 2330 cmd_cpu_t *cpu; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/ |
| cma_cpu_sun4v.c | 135 cma_cpu_t *cpu; local 163 * check to see if the cpu has been offline. 165 fmd_hdl_debug(hdl, "cpu %u is not offline yet - sleeping\n", cpuid); 168 * Create a cpu node and add to the head of the cpu list 170 cpu = fmd_hdl_zalloc(hdl, sizeof (cma_cpu_t), FMD_SLEEP); 171 (void) nvlist_dup(fmri, &cpu->cpu_fmri, 0); 173 cpu->cpu_uuid = fmd_hdl_strdup(hdl, uuid, FMD_SLEEP); 175 cpu->cpuid = cpuid; 176 cpu->cpu_next = cma.cma_cpus 283 cma_cpu_t *cpu = *cpup; local 319 cma_cpu_t *cpu; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/ |
| system-board.info | 110 REFNODE cpu-module fru WITH name:/platform/i2c@1f,520000/cpu-fru-prom?UnitAddress=0,b8 111 name:/frutree/chassis/MB/system-board/C0/cpu-module 113 REFPROP _seeprom_source name:/platform/i2c@1f,520000/cpu-fru-prom?UnitAddress=0,b8 115 name:/platform/i2c@1f,520000/cpu-fru-prom?UnitAddress=0,b8 116 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C0/cpu-module 122 REFNODE cpu-module fru WITH name:/platform/i2c@1f,520000/cpu-fru-prom?UnitAddress=0,c8 123 name:/frutree/chassis/MB/system-board/C1/cpu-module 125 REFPROP _seeprom_source name:/platform/i2c@1f,520000/cpu-fru-prom?UnitAddress=0,c [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/SUNW,Sun-Fire-15000/ |
| SUNW,Sun-Fire-15000.esc | 35 fru cpu; 37 event fault.io.datapath@cpu, retire=0, 38 FITrate=CPU_FIT, FRU=cpu; 43 event ereport.io.cpu.ecc.thresh@cpu; 49 prop fault.io.datapath@cpu[cpuid] (0)-> 59 ereport.io.cpu.ecc.thresh@cpu[cpuid]; 61 engine serd.io.cpu.ecc@cpu, [all...] |
| /onnv/onnv-gate/usr/src/cmd/power/ |
| power.conf.i386 | 38 cpu-threshold 1s
|