Searched refs:XRayTotal (Results 1 – 1 of 1) sorted by relevance
20 struct XRayTotal { struct89 struct XRayTotal* ia = (struct XRayTotal*)a; in qcompare()90 struct XRayTotal* ib = (struct XRayTotal*)b; in qcompare()102 struct XRayTotal* totals; in XRayFrameReport()103 totals = (struct XRayTotal*) in XRayFrameReport()104 alloca(XRayFrameGetCount(capture) * sizeof(struct XRayTotal)); in XRayFrameReport()137 qsort(totals, counter, sizeof(struct XRayTotal), qcompare); in XRayFrameReport()