Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc734 void Trace::Start(int trace_fd, in Start() argument
740 if (trace_fd < 0) { in Start()
742 trace_fd); in Start()
748 std::unique_ptr<File> file(new File(trace_fd, /* path= */ "tracefile", /* check_usage= */ true)); in Start()
Dtrace.h420 static void Start(int trace_fd,