Home
last modified time | relevance | path

Searched refs:MemoryDumpSessionState (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_session_state.h18 class BASE_EXPORT MemoryDumpSessionState
19 : public RefCountedThreadSafe<MemoryDumpSessionState> {
21 MemoryDumpSessionState(
38 friend class RefCountedThreadSafe<MemoryDumpSessionState>;
39 ~MemoryDumpSessionState();
Dmemory_dump_session_state.cc10 MemoryDumpSessionState::MemoryDumpSessionState( in MemoryDumpSessionState() function in base::trace_event::MemoryDumpSessionState
16 MemoryDumpSessionState::~MemoryDumpSessionState() { in ~MemoryDumpSessionState()
Dmemory_dump_manager.h35 class MemoryDumpSessionState; variable
117 const scoped_refptr<MemoryDumpSessionState>& session_state() const { in session_state()
213 const scoped_refptr<MemoryDumpSessionState>& session_state,
236 scoped_refptr<MemoryDumpSessionState> session_state;
288 scoped_refptr<MemoryDumpSessionState> session_state_;
Dprocess_memory_dump.h38 class MemoryDumpSessionState; variable
68 ProcessMemoryDump(const scoped_refptr<MemoryDumpSessionState>& session_state);
137 const scoped_refptr<MemoryDumpSessionState>& session_state() const { in session_state()
180 scoped_refptr<MemoryDumpSessionState> session_state_;
Dmemory_allocator_dump_unittest.cc131 ProcessMemoryDump pmd(new MemoryDumpSessionState(nullptr, nullptr)); in TEST()
178 ProcessMemoryDump pmd(new MemoryDumpSessionState(nullptr, nullptr)); in TEST()
Dmemory_dump_manager.cc547 session_state_ = new MemoryDumpSessionState(stack_frame_deduplicator, in OnTraceLogEnabled()
640 const scoped_refptr<MemoryDumpSessionState>& session_state, in ProcessMemoryDumpAsyncState()
Dprocess_memory_dump.cc92 const scoped_refptr<MemoryDumpSessionState>& session_state) in ProcessMemoryDump()
Dmemory_dump_manager_unittest.cc265 const MemoryDumpSessionState* session_state = mdm_->session_state().get(); in TEST_F()