Home | History | Annotate | Download | only in runtime

Lines Matching refs:trace_fd

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