Searched refs:MemoryDumpArgs (Results 1 – 17 of 17) sorted by relevance
/external/libchrome/base/trace_event/ |
D | process_memory_dump.h | 71 const MemoryDumpArgs& dump_args); 179 const MemoryDumpArgs& dump_args() const { return dump_args_; } in dump_args() 205 const MemoryDumpArgs dump_args_;
|
D | memory_allocator_dump_unittest.cc | 27 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()
|
D | memory_dump_manager_unittest.cc | 147 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 …]
|
D | memory_dump_provider.h | 54 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | malloc_dump_provider.h | 38 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | memory_dump_request_args.h | 72 struct MemoryDumpArgs { struct
|
D | process_memory_dump_unittest.cc | 22 const MemoryDumpArgs kDetailedDumpArgs = {MemoryDumpLevelOfDetail::DETAILED}; 238 MemoryDumpArgs background_args = {MemoryDumpLevelOfDetail::BACKGROUND}; in TEST()
|
D | memory_dump_manager.h | 190 const MemoryDumpArgs& dump_args);
|
D | memory_dump_manager.cc | 699 MemoryDumpArgs args = {pmd_async_state->req_args.level_of_detail}; in InvokeOnMemoryDump() 980 const MemoryDumpArgs& dump_args) { in GetOrCreateMemoryDumpContainerForProcess()
|
D | trace_log.h | 354 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | malloc_dump_provider.cc | 197 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
|
D | trace_log.cc | 228 bool OnMemoryDump(const MemoryDumpArgs& args, 306 bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() 399 bool TraceLog::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
|
D | process_memory_dump.cc | 150 const MemoryDumpArgs& dump_args) in ProcessMemoryDump()
|
/external/libmojo/base/trace_event/ |
D | java_heap_dump_provider_android.h | 21 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | java_heap_dump_provider_android.cc | 27 bool JavaHeapDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
|
/external/libchrome/base/memory/ |
D | shared_memory_tracker.h | 44 bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
|
D | shared_memory_tracker.cc | 49 bool SharedMemoryTracker::OnMemoryDump(const trace_event::MemoryDumpArgs& args, in OnMemoryDump()
|