Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump.h72 const MemoryDumpArgs& dump_args);
180 const MemoryDumpArgs& dump_args() const { return dump_args_; } in dump_args()
206 const MemoryDumpArgs dump_args_;
Dmemory_allocator_dump_unittest.cc27 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
132 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
179 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
Dmemory_dump_manager_unittest.cc126 bool(const MemoryDumpArgs& args, ProcessMemoryDump* pmd));
130 .WillByDefault(Invoke([](const MemoryDumpArgs&, in MockMemoryDumpProvider()
347 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&, in TEST_F()
354 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&, in TEST_F() argument
485 [task_runner](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
613 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
649 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
693 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
742 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
929 Invoke([&tracing_disabled_event](const MemoryDumpArgs&, in TEST_F()
[all …]
Dmemory_dump_provider.h48 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
Dmemory_dump_request_args.h66 struct MemoryDumpArgs { struct
Dmalloc_dump_provider.h38 bool OnMemoryDump(const MemoryDumpArgs& args,
Dprocess_memory_dump_unittest.cc22 const MemoryDumpArgs kDetailedDumpArgs = {MemoryDumpLevelOfDetail::DETAILED};
238 MemoryDumpArgs background_args = {MemoryDumpLevelOfDetail::BACKGROUND}; in TEST()
Dmemory_dump_manager.h235 const MemoryDumpArgs& dump_args);
Dmalloc_dump_provider.cc104 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Dmemory_dump_manager.cc577 MemoryDumpArgs args = {pmd_async_state->req_args.level_of_detail}; in InvokeOnMemoryDump()
799 const MemoryDumpArgs& dump_args) { in GetOrCreateMemoryDumpContainerForProcess()
Dtrace_log.h370 bool OnMemoryDump(const MemoryDumpArgs& args,
Dprocess_memory_dump.cc156 const MemoryDumpArgs& dump_args) in ProcessMemoryDump()
Dtrace_log.cc233 bool OnMemoryDump(const MemoryDumpArgs& args,
311 bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump(const MemoryDumpArgs&, in OnMemoryDump() argument
417 bool TraceLog::OnMemoryDump(const MemoryDumpArgs&, ProcessMemoryDump* pmd) { in OnMemoryDump() argument
/external/libmojo/base/trace_event/
Djava_heap_dump_provider_android.h21 bool OnMemoryDump(const MemoryDumpArgs& args,
Djava_heap_dump_provider_android.cc27 bool JavaHeapDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()