HomeSort by relevance Sort by last modified time
    Searched full:annotation_index (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 118 uint32_t annotation_index = e->annotation_index; local
119 if (annotation_index) {
120 XRayTraceCopyToString(capture, annotation_index, annotation);
xray.c 51 uint32_t annotation_index; member in struct:XRayTraceStackEntry
341 se->annotation_index = 0;
372 be->annotation_index = 0;
373 if (0 != se->annotation_index)
405 int start = parent->annotation_index;
406 be->annotation_index = capture->buffer_index;
432 if (0 == se->annotation_index) {
434 se->annotation_index = parent->annotation_index;
436 char* dst = &capture->annotation[se->annotation_index];
    [all...]
report.c 66 uint32_t annotation_index = e->annotation_index; local
74 if (0 != annotation_index) {
75 XRayTraceCopyToString(capture, annotation_index, annotation);
xray_priv.h 62 uint32_t annotation_index; member in struct:XRayTraceBufferEntry

Completed in 58 milliseconds