Lines Matching refs:kcdata
254 strlcat(sspath, ".kcdata", sizeof(sspath));
294 T_LOG("taking compressed kcdata stackshot");
320 T_LOG("taking compressed kcdata stackshot with panic flags");
326 T_DECL(kcdata, "test that kcdata stackshots can be taken and parsed", T_META_TAG_VM_PREFERRED)
329 .name = "kcdata",
334 T_LOG("taking kcdata stackshot");
371 .name = "kcdata",
379 T_LOG("taking kcdata stackshot");
406 T_DECL(kcdata_faulting, "test that kcdata stackshots while faulting can be taken and parsed", T_MET…
531 T_DECL(dispatch_queue_label, "test that kcdata stackshots contain libdispatch queue labels", T_META…
534 .name = "kcdata",
563 T_LOG("taking kcdata stackshot with libdispatch queue labels");
2625 T_ASSERT_FAIL("invalid kcdata type %u", kcdata_iter_type(iter));
2953 /* progress to the next kcdata item */
3485 T_QUIET; T_ASSERT_TRUE(found_sharedcache_child, "found sharedcache child in kcdata");
3486 T_QUIET; T_ASSERT_TRUE(found_sharedcache_self, "found self in kcdata");
3499 T_QUIET; T_ASSERT_TRUE(found_transitioning_task, "found transitioning_task child in kcdata");
3507 T_QUIET; T_ASSERT_TRUE(found_zombie_child, "found zombie child in kcdata");
3511 T_QUIET; T_ASSERT_TRUE(found_postexec_child, "found post-exec child in kcdata");
3515 T_QUIET; T_ASSERT_TRUE(found_translated_child, "found translated child in kcdata");
3519 T_QUIET; T_ASSERT_TRUE(found_shared_cache_layout, "shared cache layout found in kcdata");
3523 T_QUIET; T_ASSERT_TRUE(found_shared_cache_uuid, "shared cache UUID found in kcdata");
3527 T_QUIET; T_ASSERT_TRUE(found_dispatch_queue_label, "dispatch queue label found in kcdata");
3563 …T_QUIET; T_ASSERT_EQ_ULLONG(found_tasks, expected_num_tasks, "number of tasks in kcdata matches ex…
3569 T_ASSERT_FALSE(KCDATA_ITER_FOREACH_FAILED(iter), "successfully iterated kcdata");