Home
last modified time | relevance | path

Searched refs:XRayFrameGetCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/xray/
Dreport.c110 alloca(XRayFrameGetCount(capture) * sizeof(struct XRayTotal)); in XRayFrameReport()
Dxray_priv.h145 XRAY_NO_INSTRUMENT int XRayFrameGetCount(struct XRayTraceCapture* capture);
Dxray.c518 int XRayFrameGetCount(struct XRayTraceCapture* capture) { function