Searched refs:container (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/libkdd/ |
| H A D | kcdata_core.m | 58 id existing = container[key]; 70 [container setValue:new forKey:key]; 230 *error = GEN_ERROR(KERN_INVALID_OBJECT, "invalid container"); 269 ok = mergedict(container, tmpdict, error); 306 ok = mergedict(container, tmpdict, error); 313 *error = GEN_ERROR(KERN_INVALID_ARGUMENT, "missing container end"); 317 ok = mergedict(container, sub_containers, error); 407 if (!container) 409 assert([container count] == 1); 410 for (NSString * k in [container keyEnumerator]) { [all …]
|
| H A D | README.md | 72 …a given kernel data type is complex and requires adding multiple optional fields inside a container 73 object for a consumer to understand arbitrary data, we package it using container markers.
|
| H A D | KCDStructTypeDescription.m | 115 * this type should have it's dict merged into the parent container,
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 2687 "checked that container is valid"); 2693 NSDictionary *container = parseKCDataContainer(&iter, &error); 2694 T_QUIET; T_ASSERT_NOTNULL(container, "parsed thread container from stackshot"); 3023 "checked that container is valid"); 3029 NSDictionary *container = parseKCDataContainer(&iter, &error); 3030 T_QUIET; T_ASSERT_NOTNULL(container, "parsed sharedcache container from stackshot"); 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"); [all …]
|
| H A D | stackshot_idle_25570396.m | 132 T_ASSERT_TRUE(parsed_container && !error, "Parsing container");
|
| H A D | stackshot_block_owner_14362384.m | 216 T_QUIET; T_ASSERT_TRUE(!error, "Error while parsing container: %d (%s)", 218 T_QUIET; T_ASSERT_TRUE(parsed_container && !error, "Parsing container");
|
| H A D | stackshot_accuracy.m | 204 T_ASSERT_NULL(nserror, "no NSError occured while parsing the kcdata container");
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSSerialize.h | 109 OSCollection * container,
|
| /xnu-11215/doc/observability/ |
| H A D | cpu_counters.md | 38 - Stackshot includes cycles and instructions for each thread container in its kcdata.
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 383 ### Wrapping C++ type allocation in container OSObjects
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 3823 OSCollection * container, in GetPropertiesEditor() argument 3830 ref->root = container; in GetPropertiesEditor() 3832 if (ref->root == container) { in GetPropertiesEditor()
|