Lines Matching refs:uint32_t
52 uint32_t snapshot_magic;
53 uint32_t nkern_frames;
54 uint32_t nuser_frames;
98 uint32_t snapshot_magic;
105 uint32_t nloadinfos;
111 uint32_t ss_flags;
122 uint32_t was_throttled;
123 uint32_t did_throttle;
124 uint32_t latency_qos;
145 uint32_t donating_pid_count;
151 uint32_t snapshot_magic;
152 uint32_t ms_cpu; /* cpu number this snapshot was recorded on */
165 uint32_t mappingOffset; // file offset to first dyld_cache_mapping_info
166 uint32_t mappingCount; // number of dyld_cache_mapping_info entries
167 uint32_t imagesOffset; // file offset to first dyld_cache_image_info
168 uint32_t imagesCount; // number of dyld_cache_image_info entries
178 uint32_t branchPoolsOffset; // file offset to table of uint64_t pool addresses
179 uint32_t branchPoolsCount; // number of uint64_t entries
192 uint32_t platform; // platform number (macOS=1, etc)
193 uint32_t formatVersion : 8,// dyld3::closure::kFormatVersion
206 uint32_t textSegmentSize;
207 uint32_t pathOffset; // offset from start of cache file
270 __options_decl(microstackshot_flags_t, uint32_t, {
298 boolean_t kern_feature_override(uint32_t fmask);
311 uint32_t eph_magic; /* EMBEDDED_PANIC_MAGIC if valid */
312 …uint32_t eph_crc; /* CRC of everything following the ph_crc in the header and the…
313 uint32_t eph_version; /* embedded_panic_header version */
315 …uint32_t eph_panic_log_offset; /* Offset of the beginning of the panic log from the beginning …
316 uint32_t eph_panic_log_len; /* length of the panic log */
317 …uint32_t eph_stackshot_offset; /* Offset of the beginning of the panic stackshot from the begi…
318 uint32_t eph_stackshot_len; /* length of the panic stackshot (0 if not valid ) */
319 …uint32_t eph_other_log_offset; /* Offset of the other log (any logging subsequent to the stack…
320 uint32_t eph_other_log_len; /* length of the other log */
352 uint32_t mph_magic; /* MACOS_PANIC_MAGIC if valid */
353 …uint32_t mph_crc; /* CRC of everything following mph_crc in the header and the…
354 uint32_t mph_version; /* macos_panic_header version */
355 uint32_t mph_padding; /* unused */
357 …uint32_t mph_panic_log_offset; /* Offset of the panic log from the beginning of the header …
358 uint32_t mph_panic_log_len; /* length of the panic log */
359 …uint32_t mph_stackshot_offset; /* Offset of the panic stackshot from the beginning of the header …
360 uint32_t mph_stackshot_len; /* length of the panic stackshot */
361 …uint32_t mph_other_log_offset; /* Offset of the other log (any logging subsequent to the st…
362 uint32_t mph_other_log_len; /* length of the other log */
389 uint32_t efi_aurr_magic;
390 uint32_t efi_aurr_crc;
391 uint32_t efi_aurr_version;
392 uint32_t efi_aurr_reset_cause;
393 uint32_t efi_aurr_reset_log_offset;
394 uint32_t efi_aurr_reset_log_len;
408 uint32_t efi_aurr_log_tail; /* Circular buffer indices */
409 uint32_t efi_aurr_log_head; /* ditto.. */
614 stack_snapshot_from_kernel(int pid, void *buf, uint32_t size, uint64_t flags,
615 uint64_t delta_since_timestamp, uint32_t pagetable_mask, unsigned *bytes_traced);
713 int packA(char *inbuf, uint32_t length, uint32_t buflen);
714 void unpackA(char *inbuf, uint32_t length);
774 typedef void (*leak_site_proc)(void * refCon, uint32_t siteCount, uint32_t zoneSize,
775 uintptr_t * backtrace, uint32_t btCount);
778 zone_leaks(const char * zoneName, uint32_t nameLen, leak_site_proc proc, void * refCon);
781 zone_leaks_scan(uintptr_t * instances, uint32_t count, uint32_t zoneSize, uint32_t * found);