Lines Matching refs:lt_sc_children

66 	GHashTable *lt_sc_children;	/* pid/tid -> lt_stat_collection_t */  member
224 if (stat->lt_sc_children != NULL) { in free_stat()
225 g_hash_table_destroy(stat->lt_sc_children); in free_stat()
258 if (stat->lt_sc_children != NULL) { in clear_stat()
259 g_hash_table_foreach_remove(stat->lt_sc_children, in clear_stat()
261 g_hash_table_foreach(stat->lt_sc_children, in clear_stat()
408 if (parent->lt_sc_children == NULL) { in new_collection()
409 parent->lt_sc_children = g_hash_table_new_full( in new_collection()
412 lt_check_null(parent->lt_sc_children); in new_collection()
415 g_hash_table_insert(parent->lt_sc_children, in new_collection()
434 } else if (stat_system->lt_sc_children != NULL) { in get_stat_c()
436 g_hash_table_lookup(stat_system->lt_sc_children, 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()
607 } else if (stat_system != NULL && stat_system->lt_sc_children != NULL) { in lt_stat_list_create()
610 stat_system->lt_sc_children, LT_INT_TO_POINTER(pid)); in lt_stat_list_create()
617 if (stat_c != NULL && stat_c->lt_sc_children != NULL) { in lt_stat_list_create()
619 g_hash_table_lookup(stat_c->lt_sc_children, in lt_stat_list_create()
848 ret = g_hash_table_size(stat_system->lt_sc_children); in plist_create()
851 pid_list = g_hash_table_get_values(stat_system->lt_sc_children); in plist_create()
876 if (stat_c->lt_sc_children != NULL) { in count_threads()
877 *ret += g_hash_table_size(stat_c->lt_sc_children); in count_threads()
893 g_hash_table_foreach(stat_system->lt_sc_children, in tlist_create()
899 pid_list = g_hash_table_get_values(stat_system->lt_sc_children); in tlist_create()
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()
943 if (stat_system == NULL || stat_system->lt_sc_children == NULL) { in lt_stat_proc_list_create()
983 if (stat_system == NULL || stat_system->lt_sc_children == NULL) { in lt_stat_proc_get_name()
988 stat_system->lt_sc_children, LT_INT_TO_POINTER(pid)); in lt_stat_proc_get_name()
1005 if (stat_system == NULL || stat_system->lt_sc_children == NULL) { in lt_stat_proc_get_nthreads()
1010 stat_system->lt_sc_children, LT_INT_TO_POINTER(pid)); in lt_stat_proc_get_nthreads()
1013 return (g_hash_table_size(stat_p->lt_sc_children)); in lt_stat_proc_get_nthreads()