Home
last modified time | relevance | path

Searched refs:bthe_addr (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c1003 vm_address_t bthe_addr; member
1254 head = __btlog_hash_head(btlh, __btlog_elem_decode(bthe->bthe_addr)); in __btlog_hash_remove()
1293 if (bthe->bthe_addr) { in __btlog_hash_record()
1300 .bthe_addr = __btlog_elem_encode(addr), in __btlog_hash_record()
1339 if (__btlog_elem_decode(bthe->bthe_addr) == addr) { in __btlog_hash_erase()
1340 bthe->bthe_addr = 0; in __btlog_hash_erase()
1676 if (!bthe->bthe_addr) { in btlog_get_records()
1792 if (!bthe->bthe_addr) { in btlog_guess_top()
1826 if (!bthe->bthe_addr) { in btlog_guess_top()
1898 if (__btlog_elem_decode(bthe->bthe_addr) == addr) { in btlog_copy_backtraces_for_elements()
/xnu-8792.41.9/tools/lldbmacros/
H A Dbtlog.py222 if self._entry_matches(e.bthe_addr, e.bthe_where, wantElement, wantBtref):
223 yield self._make_entry(idx, e.bthe_addr, e.bthe_where)