HomeSort by relevance Sort by last modified time
    Searched refs:BBRec (Results 1 - 5 of 5) sorted by null

  /external/qemu/
trace.h 29 BBRec buffer[kMaxNumBasicBlocks];
30 BBRec *next; // points to next record in buffer
trace_common.h 57 typedef struct BBRec {
62 } BBRec;
exec-all.h 154 struct BBRec *bb_rec;
trace.c 60 // The maximum number of bytes consumed by an BBRec after compression.
546 BBRec *ptr;
547 BBRec *next = trace_bb.next;
    [all...]
  /sdk/emulator/qtools/
trace_reader_base.h 168 BBRec bb_rec;

Completed in 154 milliseconds