Home
last modified time | relevance | path

Searched refs:trace_fd (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.cc326 void Trace::Start(int trace_fd, in Start() argument
332 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()
Dtrace.h136 static void Start(int trace_fd,