Searched refs:trace_fd (Results 1 – 3 of 3) sorted by relevance
267 int trace_fd = open(dfs_trace_output_path, O_RDWR); in dump_trace() local268 if (trace_fd == -1) { in dump_trace()282 close(trace_fd); in dump_trace()297 result = read(trace_fd, in, bufSize); in dump_trace()344 close(trace_fd); in dump_trace()
326 void Trace::Start(int trace_fd, in Start() argument332 if (trace_fd < 0) { in Start()334 trace_fd); in Start()340 std::unique_ptr<File> file(new File(trace_fd, /* path= */ "tracefile", /* check_usage= */ true)); in Start()
136 static void Start(int trace_fd,