Home
last modified time | relevance | path

Searched refs:stat_type (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c144 read_stats(rcid_type_t stat_type) in read_stats() argument
190 if (report.lcol_id.rcid_type != stat_type) in read_stats()
299 print_stats(rcid_type_t stat_type) in print_stats() argument
319 "id", (stat_type == RCIDT_PROJECT ? "project" : "zone"), in print_stats()
326 if (col->col_id.rcid_type != stat_type) in print_stats()
364 rcid_type_t stat_type = RCIDT_PROJECT; in main() local
378 stat_type = RCIDT_PROJECT; in main()
384 stat_type = RCIDT_ZONE; in main()
416 if (read_stats(stat_type) != E_SUCCESS) in main()
421 print_stats(stat_type); in main()
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddwrapper.c79 aggwalk_call(const dtrace_aggdata_t *data, lt_stat_type_t stat_type) in aggwalk_call() argument
183 lt_stat_update(pid, tid, buffer, tag, priority, stat_type, agg_value); in aggwalk_call()
197 aggwalk_named(const dtrace_aggdata_t *data, lt_stat_type_t stat_type) in aggwalk_named() argument
237 lt_stat_update_cause(pid, tid, cause_id, stat_type, agg_value); in aggwalk_named()
248 aggwalk_sync(const dtrace_aggdata_t *data, lt_stat_type_t stat_type) in aggwalk_sync() argument
293 lt_stat_update_sobj(pid, tid, stype, wchan, stat_type, agg_value); in aggwalk_sync()
308 lt_stat_type_t stat_type; in aggwalk() local
338 stat_type = LT_STAT_COUNT; in aggwalk()
340 stat_type = LT_STAT_SUM; in aggwalk()
342 stat_type = LT_STAT_MAX; in aggwalk()
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h157 nvlist_t *alias_get_stats(descriptor_t *desc, int stat_type, int *errp);
166 nvlist_t *bus_get_stats(descriptor_t *desc, int stat_type,
176 nvlist_t *controller_get_stats(descriptor_t *desc, int stat_type,
187 nvlist_t *drive_get_stats(descriptor_t *desc, int stat_type, int *errp);
198 nvlist_t *media_get_stats(descriptor_t *desc, int stat_type, int *errp);
209 nvlist_t *path_get_stats(descriptor_t *desc, int stat_type, int *errp);
219 nvlist_t *slice_get_stats(descriptor_t *desc, int stat_type, int *errp);
H A Dentry.c407 dm_get_stats(dm_descriptor_t desc, int stat_type, int *errp) in dm_get_stats() argument
432 stats = drive_get_stats(dp, stat_type, errp); in dm_get_stats()
435 stats = bus_get_stats(dp, stat_type, errp); in dm_get_stats()
438 stats = controller_get_stats(dp, stat_type, errp); in dm_get_stats()
441 stats = media_get_stats(dp, stat_type, errp); in dm_get_stats()
444 if (stat_type == DM_SLICE_STAT_USE) { in dm_get_stats()
455 stats = slice_get_stats(dp, stat_type, errp); in dm_get_stats()
458 stats = partition_get_stats(dp, stat_type, errp); in dm_get_stats()
461 stats = path_get_stats(dp, stat_type, errp); in dm_get_stats()
464 stats = alias_get_stats(dp, stat_type, errp); in dm_get_stats()
H A Dpartition.h46 nvlist_t *partition_get_stats(descriptor_t *desc, int stat_type,
H A Ddrive.c518 drive_get_stats(descriptor_t *dp, int stat_type, int *errp) in drive_get_stats() argument
530 if (stat_type == DM_DRV_STAT_PERFORMANCE || in drive_get_stats()
531 stat_type == DM_DRV_STAT_DIAGNOSTIC) { in drive_get_stats()
556 if (stat_type == DM_DRV_STAT_PERFORMANCE) { in drive_get_stats()
578 if (stat_type == DM_DRV_STAT_TEMPERATURE) { in drive_get_stats()
H A Dalias.c162 alias_get_stats(descriptor_t *dp, int stat_type, int *errp) in alias_get_stats() argument
H A Dlibdiskmgt.h445 nvlist_t *dm_get_stats(dm_descriptor_t desc, int stat_type,
H A Dbus.c137 bus_get_stats(descriptor_t *dp, int stat_type, int *errp) in bus_get_stats() argument
H A Dslice.c197 slice_get_stats(descriptor_t *dp, int stat_type, int *errp) in slice_get_stats() argument
201 if (stat_type != DM_SLICE_STAT_USE) { in slice_get_stats()
H A Dpath.c140 path_get_stats(descriptor_t *dp, int stat_type, int *errp) in path_get_stats() argument
H A Dcontroller.c179 controller_get_stats(descriptor_t *dp, int stat_type, int *errp) in controller_get_stats() argument
H A Dmedia.c210 media_get_stats(descriptor_t *dp, int stat_type, int *errp) in media_get_stats() argument
H A Dpartition.c302 partition_get_stats(descriptor_t *dp, int stat_type, int *errp) in partition_get_stats() argument
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnxhal_nic_interface.h541 U16 stat_type; /* What class of stats */ member