Home
last modified time | relevance | path

Searched refs:container (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/libkdd/
H A Dkcdata_core.m58 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 DREADME.md72 …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 DKCDStructTypeDescription.m115 * this type should have it's dict merged into the parent container,
/xnu-11215/tests/
H A Dstackshot_tests.m2687 "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 Dstackshot_idle_25570396.m132 T_ASSERT_TRUE(parsed_container && !error, "Parsing container");
H A Dstackshot_block_owner_14362384.m216 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 Dstackshot_accuracy.m204 T_ASSERT_NULL(nserror, "no NSError occured while parsing the kcdata container");
/xnu-11215/libkern/libkern/c++/
H A DOSSerialize.h109 OSCollection * container,
/xnu-11215/doc/observability/
H A Dcpu_counters.md38 - Stackshot includes cycles and instructions for each thread container in its kcdata.
/xnu-11215/doc/allocators/
H A Dapi-basics.md383 ### Wrapping C++ type allocation in container OSObjects
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp3823 OSCollection * container, in GetPropertiesEditor() argument
3830 ref->root = container; in GetPropertiesEditor()
3832 if (ref->root == container) { in GetPropertiesEditor()