Home
last modified time | relevance | path

Searched refs:DumpInto (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.h74 void DumpInto(const char* base_name, ProcessMemoryDump* pmd) const;
Dtrace_event_memory_overhead.cc159 void TraceEventMemoryOverhead::DumpInto(const char* base_name, in DumpInto() function in base::trace_event::TraceEventMemoryOverhead
Dprocess_memory_dump.cc321 overhead.DumpInto(base_name.c_str(), this); in DumpHeapUsage()
Dtrace_log.cc310 overhead.DumpInto(dump_base_name.c_str(), pmd); in OnMemoryDump()
437 overhead.DumpInto("tracing/main_trace_log", pmd); in OnMemoryDump()