Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc322 void Trace::Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags, in Start() argument
345 trace_file.reset(OS::CreateEmptyFileWriteOnly(trace_filename)); in Start()
351 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; in Start()
353 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename); in Start()
375 the_trace_ = new Trace(trace_file.release(), trace_filename, buffer_size, flags, output_mode, in Start()
Dtrace.h118 static void Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,