Home
last modified time | relevance | path

Searched refs:MemoryDumpType (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_request_args.cc13 const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type) { in MemoryDumpTypeToString()
15 case MemoryDumpType::TASK_BEGIN: in MemoryDumpTypeToString()
17 case MemoryDumpType::TASK_END: in MemoryDumpTypeToString()
19 case MemoryDumpType::PERIODIC_INTERVAL: in MemoryDumpTypeToString()
21 case MemoryDumpType::EXPLICITLY_TRIGGERED: in MemoryDumpTypeToString()
Dmemory_dump_manager_unittest.cc147 void RequestGlobalDumpAndWait(MemoryDumpType dump_type, in RequestGlobalDumpAndWait()
200 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
210 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
223 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
239 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
250 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
283 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
302 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
313 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
323 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
[all …]
Dmemory_dump_request_args.h22 enum class MemoryDumpType { enum
48 MemoryDumpType dump_type;
54 BASE_EXPORT const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type);
Dmemory_dump_manager.h102 void RequestGlobalDump(MemoryDumpType dump_type,
107 void RequestGlobalDump(MemoryDumpType dump_type,
Dmemory_dump_manager.cc70 MemoryDumpType::PERIODIC_INTERVAL, level_of_detail); in RequestPeriodicGlobalDump()
278 MemoryDumpType dump_type, in RequestGlobalDump()
316 MemoryDumpType dump_type, in RequestGlobalDump()