Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1004 vm_address_t bthe_addr; member
1255 head = __btlog_hash_head(btlh, __btlog_elem_decode(bthe->bthe_addr)); in __btlog_hash_remove()
1294 if (bthe->bthe_addr) { in __btlog_hash_record()
1301 .bthe_addr = __btlog_elem_encode(addr), in __btlog_hash_record()
1340 if (__btlog_elem_decode(bthe->bthe_addr) == addr) { in __btlog_hash_erase()
1341 bthe->bthe_addr = 0; in __btlog_hash_erase()
1672 if (!bthe->bthe_addr) { in btlog_get_records()
1788 if (!bthe->bthe_addr) { in btlog_guess_top()
1822 if (!bthe->bthe_addr) { in btlog_guess_top()
1894 if (__btlog_elem_decode(bthe->bthe_addr) == addr) { in btlog_copy_backtraces_for_elements()
/xnu-8020.101.4/tools/lldbmacros/
H A Dbtlog.py224 if self._entry_matches(e.bthe_addr, e.bthe_where, wantElement, wantBtref):
225 yield self._make_entry(idx, e.bthe_addr, e.bthe_where)