Home
last modified time | relevance | path

Searched defs:MemoryDumpArgs (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_provider.h20 struct MemoryDumpArgs { struct
21 MemoryDumpLevelOfDetail level_of_detail;
Dmemory_dump_manager_unittest.cc276 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&, in TEST_F()
277 ProcessMemoryDump* pmd) -> bool { in TEST_F()
407 [task_runner](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F()
491 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F()
527 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F()
806 ProcessMemoryDump* pmd) -> bool { in TEST_F()
927 const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F()
Dprocess_memory_totals_dump_provider.cc48 const MemoryDumpArgs& /* args */, in OnMemoryDump()
Dmalloc_dump_provider.cc37 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& /* args */, in OnMemoryDump()
Dtrace_log.cc309 const MemoryDumpArgs& /* args */, in OnMemoryDump()
401 bool TraceLog::OnMemoryDump(const MemoryDumpArgs& /* args */, in OnMemoryDump()