Home
last modified time | relevance | path

Searched defs:trace_file (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc176 std::string trace_file = StringPrintf("%s/%s.trace.bin", profiles_dir.c_str(), in ZygoteHooks_nativePostForkChild() local
/art/runtime/
Dtrace.cc330 std::unique_ptr<File> trace_file; in Start() local
575 Trace::Trace(File* trace_file, const char* trace_name, size_t buffer_size, int flags, in Trace()
Druntime.cc142 std::string trace_file; member