Searched defs:XRayTraceCapture (Results 1 – 1 of 1) sorted by relevance
80 struct XRayTraceCapture { struct82 bool recording;83 uint32_t stack_depth;84 uint32_t max_stack_depth;85 int buffer_index;86 int buffer_size;87 int disabled;88 int annotation_count;89 struct XRaySymbolTable* symbols;90 bool initialized;[all …]