caller_info
static caller_info sCallerInfoTable[kCallerInfoTableSize];
static caller_info*
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
const caller_info* a = (const caller_info*)_a;
const caller_info* b = (const caller_info*)_b;
const caller_info* a = (const caller_info*)_a;
const caller_info* b = (const caller_info*)_b;
caller_info *callerInfo = get_caller_info(info->caller);
caller_info *callerInfo = get_caller_info(info->caller);
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
caller_info& info = sCallerInfoTable[i];
caller_info* callerInfo = get_caller_info(caller);
static caller_info*
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
const caller_info* a = (const caller_info*)_a;
const caller_info* b = (const caller_info*)_b;
const caller_info* a = (const caller_info*)_a;
const caller_info* b = (const caller_info*)_b;
static caller_info sCallerInfoTable[kCallerInfoTableSize];
static caller_info* get_caller_info(addr_t caller);
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
caller_info& info = sCallerInfoTable[i];
static caller_info*
caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
const caller_info* a = (const caller_info*)_a;
const caller_info* b = (const caller_info*)_b;
qsort(sCallerInfoTable, sCallerInfoCount, sizeof(caller_info),
caller_info& info = sCallerInfoTable[i];
static caller_info sCallerInfoTable[kCallerInfoTableSize];
static caller_info* get_caller_info(addr_t caller);
caller_info* callerInfo = get_caller_info(caller);