Symbol: caller_info
src/system/kernel/debug/heap.cpp
65
static caller_info sCallerInfoTable[kCallerInfoTableSize];
src/system/kernel/debug/heap.cpp
661
static caller_info*
src/system/kernel/debug/heap.cpp
674
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
src/system/kernel/debug/heap.cpp
686
const caller_info* a = (const caller_info*)_a;
src/system/kernel/debug/heap.cpp
687
const caller_info* b = (const caller_info*)_b;
src/system/kernel/debug/heap.cpp
695
const caller_info* a = (const caller_info*)_a;
src/system/kernel/debug/heap.cpp
696
const caller_info* b = (const caller_info*)_b;
src/system/kernel/debug/heap.cpp
735
caller_info *callerInfo = get_caller_info(info->caller);
src/system/kernel/debug/heap.cpp
759
caller_info *callerInfo = get_caller_info(info->caller);
src/system/kernel/debug/heap.cpp
817
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
src/system/kernel/debug/heap.cpp
826
caller_info& info = sCallerInfoTable[i];
src/system/kernel/slab/Slab.cpp
415
caller_info* callerInfo = get_caller_info(caller);
src/system/kernel/slab/Slab.cpp
537
static caller_info*
src/system/kernel/slab/Slab.cpp
550
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
src/system/kernel/slab/Slab.cpp
562
const caller_info* a = (const caller_info*)_a;
src/system/kernel/slab/Slab.cpp
563
const caller_info* b = (const caller_info*)_b;
src/system/kernel/slab/Slab.cpp
571
const caller_info* a = (const caller_info*)_a;
src/system/kernel/slab/Slab.cpp
572
const caller_info* b = (const caller_info*)_b;
src/system/kernel/slab/Slab.cpp
69
static caller_info sCallerInfoTable[kCallerInfoTableSize];
src/system/kernel/slab/Slab.cpp
72
static caller_info* get_caller_info(addr_t caller);
src/system/kernel/slab/Slab.cpp
820
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
src/system/kernel/slab/Slab.cpp
832
caller_info& info = sCallerInfoTable[i];
src/system/kernel/vm/vm_page.cpp
1125
static caller_info*
src/system/kernel/vm/vm_page.cpp
1138
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
src/system/kernel/vm/vm_page.cpp
1149
const caller_info* a = (const caller_info*)_a;
src/system/kernel/vm/vm_page.cpp
1150
const caller_info* b = (const caller_info*)_b;
src/system/kernel/vm/vm_page.cpp
1196
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
src/system/kernel/vm/vm_page.cpp
1206
caller_info& info = sCallerInfoTable[i];
src/system/kernel/vm/vm_page.cpp
144
static caller_info sCallerInfoTable[kCallerInfoTableSize];
src/system/kernel/vm/vm_page.cpp
147
static caller_info* get_caller_info(addr_t caller);
src/system/kernel/vm/vm_page.cpp
544
caller_info* callerInfo = get_caller_info(caller);