Home
last modified time | relevance | path

Searched refs:container_type (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dkern_cdata.h148 kcdata_add_container_marker(kcdata_descriptor_t data, uint32_t header_type, uint32_t container_type
H A Dkern_cdata.c1277 uint32_t container_type, in kcdata_add_container_marker() argument
1295 kr = kcdata_memcpy(data, user_addr, &container_type, data_size); in kcdata_add_container_marker()
1298 kr = kcdata_compress_chunk_with_flags(data, header_type, &container_type, data_size, identifier); in kcdata_add_container_marker()
H A Dkern_stackshot.c4624 …uint32_t container_type = (task_in_transition) ? STACKSHOT_KCCONTAINER_TRANSITIONING_TAS… in kdp_stackshot_record_task() local
4663 container_type, task_uniqueid)); in kdp_stackshot_record_task()
4929 …on_error(kcdata_add_container_marker(stackshot_kcdata_p, KCDATA_TYPE_CONTAINER_END, container_type, in kdp_stackshot_record_task()
/xnu-11215/tests/
H A Dstackshot_tests.m3026 uint32_t container_type = kcdata_iter_container_type(iter);
3028 if (container_type == STACKSHOT_KCCONTAINER_SHAREDCACHE) {
3037 if (container_type == STACKSHOT_KCCONTAINER_EXCLAVES) {
3046 if (container_type != STACKSHOT_KCCONTAINER_TASK &&
3047 container_type != STACKSHOT_KCCONTAINER_TRANSITIONING_TASK) {
3048 T_LOG("container skipped: %d", container_type);
3079 if ((!expect_transitioning_task && (container_type != STACKSHOT_KCCONTAINER_TASK)) ||
3080 … (expect_transitioning_task && (container_type != STACKSHOT_KCCONTAINER_TRANSITIONING_TASK))) {