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

  /external/qemu/
trace.c 35 TraceMethod trace_method; variable
401 trace_method.filename = fname;
408 trace_method.fstream = fstream;
409 trace_method.compressed_ptr = trace_method.compressed;
410 trace_method.prev_time = 0;
411 trace_method.prev_addr = 0;
412 trace_method.prev_pid = 0;
727 if (trace_method.fstream) {
728 uint32_t size = trace_method.compressed_ptr - trace_method.compressed
    [all...]
trace.h 119 extern TraceMethod trace_method;

Completed in 31 milliseconds