Home
last modified time | relevance | path

Searched refs:SNAP_PSETS (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/stat/common/
H A Dwalkers.c62 if ((new->s_types & SNAP_PSETS) && in cpu_walk()
165 case SNAP_PSETS: in snapshot_walk()
342 pset = old->s_types & SNAP_PSETS; in snapshot_report_changes()
359 (void) snapshot_walk(SNAP_PSETS, old, new, in snapshot_report_changes()
376 int cpu_mask = SNAP_CPUS | SNAP_PSETS | SNAP_SYSTEM; in snapshot_has_changed()
391 if (!ret && (old->s_types & SNAP_PSETS)) in snapshot_has_changed()
392 ret = snapshot_walk(SNAP_PSETS, old, new, dummy_cb, NULL); in snapshot_has_changed()
H A Dstatcommon.h71 SNAP_PSETS = 1 << 1, enumerator
H A Dacquire.c327 if (!err && (types & (SNAP_CPUS | SNAP_SYSTEM | SNAP_PSETS))) in acquire_snapshot()
330 if (!err && (types & SNAP_PSETS)) in acquire_snapshot()
/titanic_44/usr/src/cmd/stat/mpstat/
H A Dmpstat.c162 types |= SNAP_PSETS; in main()
503 type = SNAP_PSETS; in show_cpu_usage()