Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump.h71 const MemoryDumpArgs& dump_args);
179 const MemoryDumpArgs& dump_args() const { return dump_args_; } in dump_args()
205 const MemoryDumpArgs dump_args_;
Dmemory_allocator_dump_unittest.cc27 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
132 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
176 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
189 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
Dmemory_dump_manager_unittest.cc147 bool(const MemoryDumpArgs& args, ProcessMemoryDump* pmd));
153 .WillByDefault(Invoke([](const MemoryDumpArgs&, in MockMemoryDumpProvider()
382 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&, in TEST_F()
389 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&, in TEST_F() argument
526 [task_runner](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
654 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
690 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
737 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
858 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
1052 Invoke([&tracing_disabled_event](const MemoryDumpArgs&, in TEST_F()
[all …]
Dmemory_dump_provider.h54 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
Dmalloc_dump_provider.h38 bool OnMemoryDump(const MemoryDumpArgs& args,
Dmemory_dump_request_args.h72 struct MemoryDumpArgs { struct
Dprocess_memory_dump_unittest.cc22 const MemoryDumpArgs kDetailedDumpArgs = {MemoryDumpLevelOfDetail::DETAILED};
238 MemoryDumpArgs background_args = {MemoryDumpLevelOfDetail::BACKGROUND}; in TEST()
Dmemory_dump_manager.h190 const MemoryDumpArgs& dump_args);
Dmemory_dump_manager.cc699 MemoryDumpArgs args = {pmd_async_state->req_args.level_of_detail}; in InvokeOnMemoryDump()
980 const MemoryDumpArgs& dump_args) { in GetOrCreateMemoryDumpContainerForProcess()
Dtrace_log.h354 bool OnMemoryDump(const MemoryDumpArgs& args,
Dmalloc_dump_provider.cc197 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Dtrace_log.cc228 bool OnMemoryDump(const MemoryDumpArgs& args,
306 bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
399 bool TraceLog::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Dprocess_memory_dump.cc150 const MemoryDumpArgs& dump_args) in ProcessMemoryDump()
/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()
/external/libchrome/base/memory/
Dshared_memory_tracker.h44 bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
Dshared_memory_tracker.cc49 bool SharedMemoryTracker::OnMemoryDump(const trace_event::MemoryDumpArgs& args, in OnMemoryDump()