Lines Matching refs:stat_p
428 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()
919 (*plist)[count] = (int)stat_p->lt_sc_id; in tlist_create()
981 lt_stat_collection_t *stat_p = NULL; in lt_stat_proc_get_name() local
987 stat_p = (lt_stat_collection_t *)g_hash_table_lookup( in lt_stat_proc_get_name()
990 if (stat_p != NULL) { in lt_stat_proc_get_name()
991 return (stat_p->lt_sc_name); in lt_stat_proc_get_name()
1003 lt_stat_collection_t *stat_p = NULL; in lt_stat_proc_get_nthreads() local
1009 stat_p = (lt_stat_collection_t *)g_hash_table_lookup( in lt_stat_proc_get_nthreads()
1012 if (stat_p != NULL) { in lt_stat_proc_get_nthreads()
1013 return (g_hash_table_size(stat_p->lt_sc_children)); in lt_stat_proc_get_nthreads()