Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc331 void Trace::Start(const char* trace_filename, int trace_fd, int buffer_size, int flags, in Start() argument
348 trace_file.reset(OS::CreateEmptyFile(trace_filename)); in Start()
354 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; in Start()
357 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename); in Start()
Dtrace.h59 static void Start(const char* trace_filename, int trace_fd, int buffer_size, int flags,