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
426
caller_info* callerInfo = get_caller_info(caller);
src/system/kernel/slab/Slab.cpp
548
static caller_info*
src/system/kernel/slab/Slab.cpp
561
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
src/system/kernel/slab/Slab.cpp
573
const caller_info* a = (const caller_info*)_a;
src/system/kernel/slab/Slab.cpp
574
const caller_info* b = (const caller_info*)_b;
src/system/kernel/slab/Slab.cpp
582
const caller_info* a = (const caller_info*)_a;
src/system/kernel/slab/Slab.cpp
583
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
831
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
src/system/kernel/slab/Slab.cpp
843
caller_info& info = sCallerInfoTable[i];
src/system/kernel/vm/vm_page.cpp
1127
static caller_info*
src/system/kernel/vm/vm_page.cpp
1140
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
src/system/kernel/vm/vm_page.cpp
1151
const caller_info* a = (const caller_info*)_a;
src/system/kernel/vm/vm_page.cpp
1152
const caller_info* b = (const caller_info*)_b;
src/system/kernel/vm/vm_page.cpp
1198
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
src/system/kernel/vm/vm_page.cpp
1208
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);