Lines Matching refs:btlog
11 def GetBTLogSummary(btlog): argument
17 index = btlog.head
18 records = btlog.btrecords
19 record_size = btlog.btrecord_size
28 capacity = (btlog.btlog_buffersize - sizeof('btlog_t')) / btlog.btrecord_size
32 return format_string.format(btlog, capacity, btlog.btrecord_btdepth, count)
85 btlog = kern.GetValueFromAddress(cmd_args[0], 'btlog_t *')
86 if not btlog:
90 print GetBTLogSummary(btlog)
112 btlog = kern.GetValueFromAddress(cmd_args[0], 'btlog_t *')
113 if not btlog:
116 records = btlog.btrecords
117 record_size = btlog.btrecord_size
118 depth = btlog.btrecord_btdepth
119 count = btlog.active_element_count;
123 index = btlog.head
132 if btlog.caller_will_remove_entries_for_element == 1:
142 hashelem = cast(btlog.elem_linkage_un.element_hash_queue.tqh_first,