Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1006 btref_t bthe_where; member
1194 btref_put(__bt_ref(btlh->btlh_entries[i].bthe_where)); in __btlog_hash_destroy()
1299 old = __bt_ref(bthe->bthe_where); in __btlog_hash_record()
1302 .bthe_where = btref | (op & BTREF_OP_MASK), in __btlog_hash_record()
1682 btr_array[count].btr_where = bthe->bthe_where; in btlog_get_records()
1792 ref = __bt_ref(bthe->bthe_where); in btlog_guess_top()
1826 ref = __bt_ref(bthe->bthe_where); in btlog_guess_top()
1895 ref = __bt_ref(bthe->bthe_where); 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)