Home
last modified time | relevance | path

Searched refs:s_types (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c80 ulong_t s_types[16]; /* number of types by kind */ member
625 stats.s_types[kind]++; in read_types()
696 long_stat("total number of integers", stats.s_types[CTF_K_INTEGER]); in print_stats()
697 long_stat("total number of floats", stats.s_types[CTF_K_FLOAT]); in print_stats()
698 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]); in print_stats()
699 long_stat("total number of arrays", stats.s_types[CTF_K_ARRAY]); in print_stats()
700 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]); in print_stats()
701 long_stat("total number of structs", stats.s_types[CTF_K_STRUCT]); in print_stats()
702 long_stat("total number of unions", stats.s_types[CTF_K_UNION]); in print_stats()
703 long_stat("total number of enums", stats.s_types[CTF_K_ENUM]); in print_stats()
[all …]
/titanic_41/usr/src/cmd/stat/common/
H A Dwalkers.c62 if ((new->s_types & SNAP_PSETS) && in cpu_walk()
339 if (old->s_types != new->s_types) in snapshot_report_changes()
342 pset = old->s_types & SNAP_PSETS; in snapshot_report_changes()
347 if (old->s_types & SNAP_CPUS) in snapshot_report_changes()
386 if (old->s_types != new->s_types) in snapshot_has_changed()
389 if (!ret && (old->s_types & cpu_mask)) in snapshot_has_changed()
391 if (!ret && (old->s_types & SNAP_PSETS)) in snapshot_has_changed()
393 if (!ret && (old->s_types & iodev_mask)) in snapshot_has_changed()
H A Dacquire_iodevs.c119 if (!(ss->s_types & SNAP_CONTROLLERS)) in find_parent()
1057 get_pretty_name(ss->s_types, pos, kc); in acquire_iodevs()
1069 if (ss->s_types & SNAP_IODEV_ERRORS) { in acquire_iodevs()
1077 if (ss->s_types & SNAP_IOPATHS_LTI) { in acquire_iodevs()
1086 if (ss->s_types & SNAP_IOPATHS_LI) { in acquire_iodevs()
H A Dstatcommon.h215 enum snapshot_types s_types; member
H A Dacquire.c314 ss->s_types = types; in acquire_snapshot()