Searched refs:btlog (Results 1 – 14 of 14) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | btlog.h | 79 struct btlog; 82 typedef struct btlog *btlog_t; 212 btlog_t btlog); 221 btlog_t btlog) __pure2; 230 btlog_t btlog) __pure2; 240 btlog_t btlog); 251 btlog_t btlog, 266 btlog_t btlog, 277 btlog_t btlog, 294 btlog_t btlog, [all …]
|
| H A D | btlog.c | 969 #pragma mark btlog types and helpers 971 struct btlog { struct 993 struct btlog btll_hdr; argument 1014 struct btlog btlh_hdr; 1023 struct btlog *btl; 1353 #pragma mark btlog APIs 1482 btlog_get_type(btlog_t btlog) in btlog_get_type() argument 1484 return btlog->btl_type; in btlog_get_type() 1488 btlog_get_count(btlog_t btlog) in btlog_get_count() argument 1490 return btlog->btl_count; in btlog_get_count() [all …]
|
| H A D | zalloc_internal.h | 337 struct btlog *z_btlog; 338 struct btlog *z_btlog_disabled; 341 struct btlog *z_btlog_kasan;
|
| H A D | Makefile | 117 btlog.h \
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | zonetriage.py | 70 btlog = FindZoneBTLog(zone) 71 if btlog is not None: 72 print("(lldb) zstack_findelem " + btlog + " " + element) 73 findelem_output = lldb_run_command("zstack_findelem " + btlog + " " + element)
|
| H A D | btlog.py | 340 btlog = BTLog(cmd_args[0]) 343 …for idx, addr, op, ref in btlog.iter_records(wantElement=element, wantBtref=btref, reverse=reverse…
|
| H A D | Makefile | 86 btlog.py \
|
| H A D | memory.py | 23 from btlog import * 1347 btlog = BTLog(int(zval.z_btlog)) 1349 zval, btlog.address(), btlog.get_type_str(), ZoneName(zval, zsval))) 1380 btlog = BTLog(cmd_args[0]) 1381 btidx = sorted(btlog.index()) 1409 btlog = BTLog(cmd_args[0]) 1410 if not btlog.is_hash(): 1413 btidx = sorted(btlog.index(), key=itemgetter(2), reverse=True) 1436 btlog = BTLog(cmd_args[0]) 1442 for _, _, op, ref in btlog.iter_records(wantElement=addr): [all …]
|
| H A D | kasan.py | 337 btlog = BTLog(unsigned(self._zone.z_btlog_kasan)) 340 records = btlog.iter_records(wantElement=stripped_addr, reverse=True)
|
| H A D | process.py | 16 import btlog 1256 bts = btlog.BTLibrary().get_stack(unsigned(uu_ref_info.upri_proc_stacks[ref]))
|
| H A D | xnu.py | 1338 from btlog import *
|
| H A D | ipc.py | 9 from btlog import *
|
| /xnu-8792.41.9/osfmk/conf/ |
| H A D | Makefile.template | 140 btlog.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32 190 btlog.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 114 osfmk/kern/btlog.c standard
|