Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc192 std::string trace_file = StringPrintf("/data/misc/trace/%s.trace.bin", proc_name.c_str()); in ZygoteHooks_nativePostForkChild() local
/art/runtime/
Dtrace.cc328 std::unique_ptr<File> trace_file; in Start() local
586 Trace::Trace(File* trace_file, const char* trace_name, size_t buffer_size, int flags, in Trace()
Druntime.cc155 std::string trace_file; member