Searched refs:kcdata_add_uint64_with_description (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | kern_cdata.h | 155 kern_return_t kcdata_add_uint64_with_description(kcdata_descriptor_t crashinfo, uint64_t data, cons…
|
| H A D | kern_stackshot.c | 1647 kcd_exit_on_error(kcdata_add_uint64_with_description(kcdata, stackshot_tries, "stackshot_tries")); in stackshot_push_duration_and_latency() 1814 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_ctx.sc_finalized_kcdata, stackshot_… in stackshot_finalize_kcdata() 1853 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_ctx.sc_finalized_kcdata, stackshot_… in stackshot_finalize_singlethreaded_kcdata() 4939 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - ta… in kdp_stackshot_record_task() 5124 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, stackshot_flags, "stacksh… in kdp_stackshot_kcdata_format() 5126 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, system_state_flags, "syst… in kdp_stackshot_kcdata_format() 5215 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - th… in kdp_stackshot_kcdata_format() 5331 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - co… in kdp_stackshot_kcdata_format() 5407 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - st… in kdp_stackshot_kcdata_format() 5412 …kcdata_add_uint64_with_description(stackshot_kcdata_p, tasks_in_stackshot, "stackshot_tasks_count"… in kdp_stackshot_kcdata_format() [all …]
|
| H A D | kern_cdata.c | 546 kcdata_add_uint64_with_description(data, type, "kcd_c_type"); in kcdata_init_compress() 1424 kcdata_add_uint64_with_description(kcdata_descriptor_t data_desc, uint64_t data, const char * descr… in kcdata_add_uint64_with_description() function
|
| /xnu-11417.101.15/libkdd/ |
| H A D | README.md | 51 - kcdata_add_uint64_with_description(cdatainfo, 0x700, "NUM MACH PORTS");
|
| /xnu-11417.101.15/osfmk/tests/ |
| H A D | kernel_tests.c | 749 retval = kcdata_add_uint64_with_description(&test_kc_data, 0xf001badc0ffee, "another 8 byte no."); in kcdata_api_test()
|