Lines Matching refs:container

1000 	T_ASSERT_NE(cid1, cid2, "container IDs for in-progress exec are unique");
2687 "checked that container is valid");
2693 NSDictionary *container = parseKCDataContainer(&iter, &error);
2694 T_QUIET; T_ASSERT_NOTNULL(container, "parsed thread container from stackshot");
2695 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container");
2697 int tg = [container[@"thread_snapshots"][@"thread_group"] intValue];
3023 "checked that container is valid");
3029 NSDictionary *container = parseKCDataContainer(&iter, &error);
3030 T_QUIET; T_ASSERT_NOTNULL(container, "parsed sharedcache container from stackshot");
3031 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing sharedcache container");
3033 sharedCaches[@(containerid)] = container;
3048 T_LOG("container skipped: %d", container_type);
3051 NSDictionary *container = parseKCDataContainer(&iter, &error);
3052 T_QUIET; T_ASSERT_NOTNULL(container, "parsed task/transitioning_task container from stackshot");
3053 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container");
3057 NSDictionary* task_snapshot = container[@"task_snapshots"][@"task_snapshot"];
3058 NSDictionary* task_delta_snapshot = container[@"task_snapshots"][@"task_delta_snapshot"];
3059 …NSDictionary* transitioning_task_snapshot = container[@"transitioning_task_snapshots"][@"transitio…
3076 * Having processed the container, we now only check it
3088 for (id thread_key in container[@"task_snapshots"][@"thread_snapshots"]) {
3089 NSMutableDictionary *thread = container[@"task_snapshots"][@"thread_snapshots"][thread_key];
3138 id ptr = container[@"task_snapshots"][@"shared_cache_dyld_load_info"];
3178 id sharedregion_info = container[@"task_snapshots"][@"shared_cache_dyld_load_info"];
3179 id sharedcache_id = container[@"task_snapshots"][@"sharedCacheID"];
3241 NSArray *winfos = container[@"task_snapshots"][@"thread_waitinfo"];
3255 NSArray *tinfos = container[@"task_snapshots"][@"thread_turnstileinfo"];
3256 NSArray *winfos = container[@"task_snapshots"][@"thread_waitinfo"];
3294 NSArray *tinfos = container[@"task_snapshots"][@"thread_turnstileinfo"];
3301 for (id portid in container[@"task_snapshots"][@"portlabels"]) {
3306 NSMutableDictionary *portlabel = container[@"task_snapshots"][@"portlabels"][portid];
3345 NSDictionary* task_cpu_architecture = container[@"task_snapshots"][@"task_cpu_architecture"];
3358 …NSDictionary * codesigning_info = container[@"task_snapshots"][@"stackshot_task_codesigning_info"];
3363 …T_QUIET; T_ASSERT_NOTNULL(container[@"task_snapshots"][@"jetsam_coalition"], "have jetsam coalitio…
3364 …uint64_t jetsam_coalition = [container[@"task_snapshots"][@"jetsam_coalition"] unsignedLongLongVal…
3370 for (id thread_key in container[@"task_snapshots"][@"thread_snapshots"]) {
3371 NSMutableDictionary *thread = container[@"task_snapshots"][@"thread_snapshots"][thread_key];
3424 NSArray *tsinfos = container[@"task_snapshots"][@"thread_turnstileinfo"];