Lines Matching defs:stat_p
428 lt_stat_collection_t *stat_p = NULL;
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 =
907 if (stat_p->lt_sc_children == NULL) {
911 tid_list = g_hash_table_get_values(stat_p->lt_sc_children);
919 (*plist)[count] = (int)stat_p->lt_sc_id;
981 lt_stat_collection_t *stat_p = NULL;
987 stat_p = (lt_stat_collection_t *)g_hash_table_lookup(
990 if (stat_p != NULL) {
991 return (stat_p->lt_sc_name);
1003 lt_stat_collection_t *stat_p = NULL;
1009 stat_p = (lt_stat_collection_t *)g_hash_table_lookup(
1012 if (stat_p != NULL) {
1013 return (g_hash_table_size(stat_p->lt_sc_children));