Home
last modified time | relevance | path

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

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