Home | History | Annotate | Download | only in runtime

Lines Matching full:trace_fd

310 void Trace::Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,
332 if (trace_fd < 0) {
335 trace_file.reset(new File(trace_fd, "tracefile"));