Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc33 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
86 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
125 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
135 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
159 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
169 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::BACKGROUND}; in TEST()
Dprocess_memory_dump.h81 explicit ProcessMemoryDump(const MemoryDumpArgs& dump_args);
229 const MemoryDumpArgs& dump_args() const { return dump_args_; } in dump_args()
267 MemoryDumpArgs dump_args_;
Dmemory_dump_manager_unittest.cc110 bool(const MemoryDumpArgs& args, ProcessMemoryDump* pmd));
115 Invoke([](const MemoryDumpArgs&, ProcessMemoryDump* pmd) -> bool { in MockMemoryDumpProvider() argument
438 [task_runner](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
549 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
580 Invoke([&mdp2](const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
624 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
672 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) { in TEST_F()
756 const MemoryDumpArgs&, ProcessMemoryDump*) -> bool { in TEST_F() argument
797 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Djava_heap_dump_provider_android_unittest.cc15 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
Dmemory_dump_provider.h40 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
Djava_heap_dump_provider_android.h21 bool OnMemoryDump(const MemoryDumpArgs& args,
Dmalloc_dump_provider.h32 bool OnMemoryDump(const MemoryDumpArgs& args,
Djava_heap_dump_provider_android.cc27 bool JavaHeapDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Dmemory_dump_request_args.h75 struct MemoryDumpArgs { struct
Dmalloc_dump_provider.cc78 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Dprocess_memory_dump_unittest.cc36 const MemoryDumpArgs kDetailedDumpArgs = {MemoryDumpLevelOfDetail::DETAILED};
382 MemoryDumpArgs background_args = {MemoryDumpLevelOfDetail::BACKGROUND}; in TEST()
446 MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED}; in TEST()
Dtrace_log.h374 bool OnMemoryDump(const MemoryDumpArgs& args,
Dtrace_log.cc224 bool OnMemoryDump(const MemoryDumpArgs& args,
302 bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
422 bool TraceLog::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump()
Dmemory_dump_manager.cc537 MemoryDumpArgs args = {req_args.level_of_detail, req_args.dump_guid}; in ProcessMemoryDumpAsyncState()
Dprocess_memory_dump.cc231 const MemoryDumpArgs& dump_args) in ProcessMemoryDump()
/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch68 -bool HandleTable::OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
100 +// bool HandleTable::OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
170 - bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
172 + // bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
Dmojom_disable_trace_and_mem_dump.patch73 - bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
103 +// bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
/external/libchrome/mojo/core/
Dhandle_table_unittest.cc63 base::trace_event::MemoryDumpArgs args = { in TEST()
/external/libchrome/base/memory/
Dshared_memory_tracker.h63 bool OnMemoryDump(const trace_event::MemoryDumpArgs& args,
Dshared_memory_tracker.cc93 bool SharedMemoryTracker::OnMemoryDump(const trace_event::MemoryDumpArgs& args, in OnMemoryDump()
Ddiscardable_shared_memory_unittest.cc437 base::trace_event::MemoryDumpArgs args = { in TEST()
/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc79 const base::trace_event::MemoryDumpArgs& args, in OnMemoryDump()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc78 bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
962 const base::trace_event::MemoryDumpArgs& args, in OnMemoryDump()