Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h412 static void Start(const char* trace_filename,
Dtrace.cc717 void Trace::Start(const char* trace_filename, in Start() argument
723 std::unique_ptr<File> file(OS::CreateEmptyFileWriteOnly(trace_filename)); in Start()
725 std::string msg = android::base::StringPrintf("Unable to open trace file '%s'", trace_filename); in Start()