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

  /sdk/emulator/qtools/
gtrace.h 23 uint32_t usec_cpu; member in struct:Gtrace::block_header
gtrace.cpp 78 //fh->common.usec_cpu = (start_usec << 8) | (cpu & 0xff);
79 fh->common.usec_cpu = cpu & 0xff;
103 //bh.usec_cpu = (start_usec << 8) | (cpu & 0xff);
104 bh.usec_cpu = cpu & 0xff;

Completed in 207 milliseconds