Home
last modified time | relevance | path

Searched refs:MemoryDumpArgs (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_provider.h20 struct MemoryDumpArgs { struct
48 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
Dmemory_dump_manager_unittest.cc99 bool(const MemoryDumpArgs& args, ProcessMemoryDump* pmd));
269 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&, in TEST_F()
276 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&, in TEST_F() argument
407 [task_runner](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
491 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
527 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
571 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
620 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
805 Invoke([&tracing_disabled_event](const MemoryDumpArgs&, in TEST_F()
927 const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
Dprocess_memory_maps_dump_provider.h23 bool OnMemoryDump(const MemoryDumpArgs& args,
Dmalloc_dump_provider.h33 bool OnMemoryDump(const MemoryDumpArgs& args,
Dprocess_memory_totals_dump_provider.h28 bool OnMemoryDump(const MemoryDumpArgs& args,
Dmemory_allocator_dump_unittest.cc27 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
132 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
Dprocess_memory_totals_dump_provider_unittest.cc18 const MemoryDumpArgs high_detail_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
Dprocess_memory_totals_dump_provider.cc48 const MemoryDumpArgs& /* args */, in OnMemoryDump() argument
Dmalloc_dump_provider.cc37 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& /* args */, in OnMemoryDump() argument
Dprocess_memory_maps_dump_provider_unittest.cc124 const MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
Dprocess_memory_maps_dump_provider.cc154 bool ProcessMemoryMapsDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Dtrace_log.h345 bool OnMemoryDump(const MemoryDumpArgs& args,
Dtrace_log.cc230 bool OnMemoryDump(const MemoryDumpArgs& args,
309 const MemoryDumpArgs& /* args */, in OnMemoryDump() argument
401 bool TraceLog::OnMemoryDump(const MemoryDumpArgs& /* args */, in OnMemoryDump() argument
Dmemory_dump_manager.cc449 MemoryDumpArgs args = {pmd_async_state->req_args.level_of_detail}; in ContinueAsyncProcessDump()