Searched refs:mleak_top_trace (Results 1 – 2 of 2) sorted by relevance
769 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable9114 mleak_top_trace[i] = NULL;9122 mleak_top_trace[j] = &mleak_traces[i];9124 if (mleak_top_trace[k]->allocs <=9125 mleak_top_trace[k - 1]->allocs) {9129 swap = mleak_top_trace[k - 1];9130 mleak_top_trace[k - 1] = mleak_top_trace[k];9131 mleak_top_trace[k] = swap;9138 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {9142 mleak_top_trace[j] = &mleak_traces[i];[all …]
1143 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))