Searched defs:stat_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c428 lt_stat_collection_t *stat_p = NULL; local
435 stat_p = (lt_stat_collection_t *)
440 if (stat_p == NULL) {
452 stat_p = new_collection(LT_LEVEL_PROCESS,
454 } else if (stat_p->lt_sc_children != NULL) {
456 g_hash_table_lookup(stat_p->lt_sc_children,
468 (unsigned int)tid, tname, stat_p, NULL);
904 lt_stat_collection_t *stat_p = local
907 if (stat_p->lt_sc_children == NULL) {
911 tid_list = g_hash_table_get_values(stat_p
981 lt_stat_collection_t *stat_p = NULL; local
1003 lt_stat_collection_t *stat_p = NULL; local
[all...]

Completed in 60 milliseconds