Searched refs:trace_fd (Results 1 – 2 of 2) sorted by relevance
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,