Searched refs:bts_frames (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | btlog.c | 59 uint32_t bts_frames[BTS_FRAMES_MAX]; member 187 memcmp(a->bts_frames, b->bts_frames, __btstack_size(a)) == 0; in __btstack_same() 198 size = backtrace_packed(BTP_KERN_OFFSET_32, (uint8_t *)bts->bts_frames, in __btstack_capture() 199 sizeof(bts->bts_frames), &ctl, NULL); in __btstack_capture() 202 return bts->bts_hash = os_hash_jenkins(bts->bts_frames, size); in __btstack_capture() 957 (uint8_t *)bts->bts_frames, sizeof(uint32_t) * len); in btref_decode_unslide() 1849 (uint8_t *)bts->bts_frames, sizeof(uint32_t) * *len); in btlog_guess_top()
|
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | btlog.py | 59 yield base + int(cast(self._bts.bts_frames[i], 'int'))
|