Searched full:cpu_stat (Results 1 – 10 of 10) sorted by relevance
| /titanic_54/usr/src/man/man1m/ |
| H A D | kstat.1m | 237 example$ \fBkstat -p -m cpu_stat -s 'intr*'\fR 238 example$ \fBkstat -p cpu_stat:::/^intr/\fR 240 cpu_stat:0:cpu_stat0:intr 29682330 241 cpu_stat:0:cpu_stat0:intrblk 87 242 cpu_stat:0:cpu_stat0:intrthread 15054222 243 cpu_stat:1:cpu_stat1:intr 426073 244 cpu_stat:1:cpu_stat1:intrblk 51 245 cpu_stat:1:cpu_stat1:intrthread 289668 246 cpu_stat:2:cpu_stat2:intr 134160 247 cpu_stat:2:cpu_stat2:intrblk 0 [all …]
|
| /titanic_54/usr/src/man/man3perl/ |
| H A D | Kstat.3perl | 24 under \fBcpu_stat:0:cpu_stat0\fR, as in the above example. The method 27 accessed as \fB$ks\(->{cpu_stat}{0}{cpu_stat0}\fR. The fourth and lowest layer 36 \fB$ks\(->{cpu_stat}{0}{cpu_stat0}{syscall}\fR will read in all the statistics 84 @{$kstat->{cpu_stat}{0}{cpu_stat0}}{qw(user kernel 93 @{$kstat->{cpu_stat}{0}{cpu_stat0}}{qw(user kernel 120 my $ref = \eks->{cpu_stat}{0}{cpu_stat0}{syscall};
|
| /titanic_54/usr/src/cmd/rpcsvc/ |
| H A D | rstat_proc.c | 171 #define CPU_STAT(ksp, name) (((kstat_named_t *)safe_kstat_data_lookup( \ macro 333 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_user"); in updatestat() 337 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_wait"); in updatestat() 341 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_kernel"); in updatestat() 345 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_idle"); in updatestat() 349 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_user"), in updatestat() 350 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_wait"), in updatestat() 351 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_kernel"), in updatestat() 352 CPU_STAT(&cpu_stats_all.sys, "cpu_ticks_idle")); in updatestat() 366 stats_s4.v_pgpgin = CPU_STAT(&cpu_stats_all.vm, "pgpgin"); in updatestat() [all …]
|
| /titanic_54/usr/src/cmd/stat/kstat/ |
| H A D | kstat.h | 249 {save_cpu_stat, "cpu_stat:cpu_stat"},
|
| /titanic_54/usr/src/cmd/power/ |
| H A D | sysstat.c | 89 #define CPU_STAT(ksp, name) (((kstat_named_t *)safe_kstat_data_lookup( \ macro 92 #define CPU_DELTA(x) (CPU_STAT(&new_cpu_stats, (x)) - \ 93 CPU_STAT(&old_cpu_stats, (x)))
|
| /titanic_54/usr/src/uts/common/os/ |
| H A D | cpu.c | 2399 char name[sizeof ("cpu_stat") + 10]; /* enough for 32-bit cpuids */ in cpu_visibility_online() 2413 (void) snprintf(name, sizeof (name), "cpu_stat%d", cpun); in cpu_visibility_online() 2414 if ((ksp = kstat_hold_byname("cpu_stat", cpun, name, ALL_ZONES)) in cpu_visibility_online() 2475 char name[sizeof ("cpu_stat") + 10]; /* enough for 32-bit cpuids */ in cpu_visibility_offline() 2503 (void) snprintf(name, sizeof (name), "cpu_stat%d", cpun); in cpu_visibility_offline() 2504 if ((ksp = kstat_hold_byname("cpu_stat", cpun, name, ALL_ZONES)) in cpu_visibility_offline() 3150 ksp = kstat_create_zone("cpu_stat", cp->cpu_id, NULL, in cpu_stats_kstat_create() 3164 (void) sprintf(ks_name, "cpu_stat%d", cp->cpu_id); in cpu_stats_kstat_destroy() 3165 kstat_delete_byname("cpu_stat", cp->cpu_id, ks_name); in cpu_stats_kstat_destroy()
|
| /titanic_54/usr/src/cmd/sa/ |
| H A D | sadc.c | 370 if (strncmp(ksp->ks_name, "cpu_stat", 8) == 0) in all_stat_init() 381 if (strncmp(ksp->ks_name, "cpu_stat", 8) == 0 && in all_stat_init()
|
| /titanic_54/usr/src/uts/common/sys/ |
| H A D | sysinfo.h | 188 typedef struct cpu_stat { struct
|
| /titanic_54/usr/src/cmd/rcap/rcapd/ |
| H A D | rcapd_main.c | 1090 * from the cpu_stat:*::scan kstats. Return zero on success. 1104 if (strcmp(ksp->ks_module, "cpu_stat") == 0) { in get_globally_scanned_pages()
|
| /titanic_54/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
| H A D | Kstat.xs | 748 SAVE_FNP(raw_kstat_lookup, save_cpu_stat, "cpu_stat:cpu_stat"); in build_raw_kstat_lookup()
|