Home
last modified time | relevance | path

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

/sdk/emulator/qtools/
Dgtrace.cpp97 block_header bh; in WriteBlockHeader() local
99 bh.blockno = blockno_++; in WriteBlockHeader()
100 bh.entry_width = 8; in WriteBlockHeader()
101 bh.block_tic = cycle + kBaseTic; in WriteBlockHeader()
102 bh.block_time = start_sec_ + cycle / kTicsPerSecond; in WriteBlockHeader()
104 bh.usec_cpu = cpu & 0xff; in WriteBlockHeader()
105 bh.pid = pid; in WriteBlockHeader()
106 bh.bug_count = 0; in WriteBlockHeader()
107 bh.zero_count = 0; in WriteBlockHeader()
108 fwrite(&bh, sizeof(bh), 1, ftrace_); in WriteBlockHeader()