Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dbtlog.c1005 btref_t bthe_where; member
1193 btref_put(__bt_ref(btlh->btlh_entries[i].bthe_where)); in __btlog_hash_destroy()
1298 old = __bt_ref(bthe->bthe_where); in __btlog_hash_record()
1301 .bthe_where = btref | (op & BTREF_OP_MASK), in __btlog_hash_record()
1686 btr_array[count].btr_where = bthe->bthe_where; in btlog_get_records()
1796 ref = __bt_ref(bthe->bthe_where); in btlog_guess_top()
1830 ref = __bt_ref(bthe->bthe_where); in btlog_guess_top()
1899 ref = __bt_ref(bthe->bthe_where); in btlog_copy_backtraces_for_elements()
/xnu-8020.140.41/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)