/external/libchrome/base/trace_event/ |
D | memory_dump_manager_unittest.cc | 98 MOCK_METHOD2(OnMemoryDump, 199 EXPECT_CALL(mdp, OnMemoryDump(_, _)).Times(0); in TEST_F() 208 EXPECT_CALL(mdp, OnMemoryDump(_, _)).Times(3).WillRepeatedly(Return(true)); in TEST_F() 220 EXPECT_CALL(mdp, OnMemoryDump(_, _)).Times(0); in TEST_F() 238 EXPECT_CALL(mdp, OnMemoryDump(IsDetailedDump(), _)).WillOnce(Return(true)); in TEST_F() 249 EXPECT_CALL(mdp, OnMemoryDump(IsLightDump(), _)).WillOnce(Return(true)); in TEST_F() 267 EXPECT_CALL(mdp1, OnMemoryDump(_, _)) in TEST_F() 274 EXPECT_CALL(mdp2, OnMemoryDump(_, _)) in TEST_F() 300 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).WillOnce(Return(true)); in TEST_F() 301 EXPECT_CALL(mdp2, OnMemoryDump(_, _)).Times(0); in TEST_F() [all …]
|
D | process_memory_totals_dump_provider_unittest.cc | 24 pmtdp->OnMemoryDump(high_detail_args, pmd_before.get()); in TEST() 30 pmtdp->OnMemoryDump(high_detail_args, pmd_after.get()); in TEST()
|
D | process_memory_maps_dump_provider_unittest.cc | 133 pmmdp->OnMemoryDump(dump_args, &pmd_invalid); in TEST() 141 pmmdp->OnMemoryDump(dump_args, &pmd_1); in TEST() 173 pmmdp->OnMemoryDump(dump_args, &pmd_2); in TEST()
|
D | process_memory_maps_dump_provider.h | 23 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | malloc_dump_provider.h | 33 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | process_memory_totals_dump_provider.h | 28 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | memory_dump_provider.h | 48 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | memory_allocator_dump_unittest.cc | 27 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::__anonf31319440111::FakeMemoryAllocatorDumpProvider 134 fmadp.OnMemoryDump(dump_args, &pmd); in TEST()
|
D | process_memory_totals_dump_provider.cc | 47 bool ProcessMemoryTotalsDumpProvider::OnMemoryDump( in OnMemoryDump() function in base::trace_event::ProcessMemoryTotalsDumpProvider
|
D | malloc_dump_provider.cc | 37 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& /* args */, in OnMemoryDump() function in base::trace_event::MallocDumpProvider
|
D | process_memory_maps_dump_provider.cc | 154 bool ProcessMemoryMapsDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::ProcessMemoryMapsDumpProvider
|
D | trace_log.h | 345 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | trace_log.cc | 230 bool OnMemoryDump(const MemoryDumpArgs& args, 308 bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump( in OnMemoryDump() function in base::trace_event::TraceLog::ThreadLocalEventBuffer 401 bool TraceLog::OnMemoryDump(const MemoryDumpArgs& /* args */, in OnMemoryDump() function in base::trace_event::TraceLog
|
D | memory_dump_manager.cc | 450 bool dump_successful = mdpinfo->dump_provider->OnMemoryDump(args, pmd); in ContinueAsyncProcessDump()
|