Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc310 void Trace::Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags, in Start() argument
333 trace_file.reset(OS::CreateEmptyFile(trace_filename)); in Start()
339 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; in Start()
341 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename); in Start()
360 the_trace_ = new Trace(trace_file.release(), trace_filename, buffer_size, flags, output_mode, in Start()
Dtrace.h115 static void Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,