Home
last modified time | relevance | path

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

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