Home
last modified time | relevance | path

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

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