Lines Matching refs:uint32_t
52 uint32_t snapshot_magic;
53 uint32_t nkern_frames;
54 uint32_t nuser_frames;
103 uint32_t snapshot_magic;
110 uint32_t nloadinfos;
116 uint32_t ss_flags;
135 uint32_t was_throttled;
136 uint32_t did_throttle;
137 uint32_t latency_qos;
158 uint32_t donating_pid_count;
164 uint32_t snapshot_magic;
165 uint32_t ms_cpu; /* cpu number this snapshot was recorded on */
178 uint32_t mappingOffset; // file offset to first dyld_cache_mapping_info
179 uint32_t mappingCount; // number of dyld_cache_mapping_info entries
180 uint32_t imagesOffset; // file offset to first dyld_cache_image_info
181 uint32_t imagesCount; // number of dyld_cache_image_info entries
191 uint32_t branchPoolsOffset; // file offset to table of uint64_t pool addresses
192 uint32_t branchPoolsCount; // number of uint64_t entries
205 uint32_t platform; // platform number (macOS=1, etc)
206 uint32_t formatVersion : 8,// dyld3::closure::kFormatVersion
219 uint32_t textSegmentSize;
220 uint32_t pathOffset; // offset from start of cache file
285 __options_decl(microstackshot_flags_t, uint32_t, {
299 __options_closed_decl(kf_override_flag_t, uint32_t, {
352 uint32_t eph_magic; /* EMBEDDED_PANIC_MAGIC if valid */
353 …uint32_t eph_crc; /* CRC of everything following the ph_crc in the header and the…
354 uint32_t eph_version; /* embedded_panic_header version */
356 …uint32_t eph_panic_log_offset; /* Offset of the beginning of the panic log from the beginning …
357 uint32_t eph_panic_log_len; /* length of the panic log */
358 …uint32_t eph_stackshot_offset; /* Offset of the beginning of the panic stackshot from the begi…
359 uint32_t eph_stackshot_len; /* length of the panic stackshot (0 if not valid ) */
360 …uint32_t eph_other_log_offset; /* Offset of the other log (any logging subsequent to the stack…
361 uint32_t eph_other_log_len; /* length of the other log */
401 uint32_t mph_magic; /* MACOS_PANIC_MAGIC if valid */
402 …uint32_t mph_crc; /* CRC of everything following mph_crc in the header and the…
403 uint32_t mph_version; /* macos_panic_header version */
404 uint32_t mph_padding; /* unused */
406 …uint32_t mph_panic_log_offset; /* Offset of the panic log from the beginning of the header …
407 uint32_t mph_panic_log_len; /* length of the panic log */
408 …uint32_t mph_stackshot_offset; /* Offset of the panic stackshot from the beginning of the h…
409 uint32_t mph_stackshot_len; /* length of the panic stackshot */
410 …uint32_t mph_other_log_offset; /* Offset of the other log (any logging subsequent to the st…
411 uint32_t mph_other_log_len; /* length of the other log */
422 uint32_t efi_aurr_magic;
423 uint32_t efi_aurr_crc;
424 uint32_t efi_aurr_version;
425 uint32_t efi_aurr_reset_cause;
426 uint32_t efi_aurr_reset_log_offset;
427 uint32_t efi_aurr_reset_log_len;
441 uint32_t efi_aurr_log_tail; /* Circular buffer indices */
442 uint32_t efi_aurr_log_head; /* ditto.. */
582 void platform_stall_panic_or_spin(uint32_t req);
667 stack_snapshot_from_kernel(int pid, void *buf, uint32_t size, uint64_t flags,
668 uint64_t delta_since_timestamp, uint32_t pagetable_mask, unsigned *bytes_traced);
762 int packA(char *inbuf, uint32_t length, uint32_t buflen);
763 void unpackA(char *inbuf, uint32_t length);
828 typedef void (^leak_site_proc)(uint32_t siteCount, uint32_t elem_size, uint32_t btref);
831 zone_leaks(const char * zoneName, uint32_t nameLen, leak_site_proc proc);
834 zone_leaks_scan(uintptr_t * instances, uint32_t count, uint32_t zoneSize, uint32_t * found);