Home
last modified time | relevance | path

Searched refs:SNAP_CPUS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c159 case SNAP_CPUS: in snapshot_walk()
345 if (old->s_types & SNAP_CPUS) in snapshot_report_changes()
346 (void) snapshot_walk(SNAP_CPUS, old, new, cpu_report, &pset); in snapshot_report_changes()
374 int cpu_mask = SNAP_CPUS | SNAP_PSETS | SNAP_SYSTEM; in snapshot_has_changed()
388 ret = snapshot_walk(SNAP_CPUS, old, new, dummy_cb, NULL); in snapshot_has_changed()
H A Dstatcommon.h71 SNAP_CPUS = 1 << 0, enumerator
H A Dacquire.c327 if (!err && (types & (SNAP_CPUS | SNAP_SYSTEM | SNAP_PSETS))) in acquire_snapshot()
/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c79 enum snapshot_types types = SNAP_CPUS; in main()
489 enum snapshot_types type = SNAP_CPUS; in show_cpu_usage()
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c119 types |= SNAP_CPUS; in main()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c223 types |= SNAP_CPUS; in main()