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.cc224 void RequestGlobalDumpAndWait(MemoryDumpType dump_type, in RequestGlobalDumpAndWait()
277 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
287 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
300 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
316 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
327 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
361 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
380 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
391 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
401 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F()
[all …]
Dmemory_dump_request_args.h22 enum class MemoryDumpType { enum
60 MemoryDumpType dump_type;
73 BASE_EXPORT const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type);
Dmemory_dump_manager.h107 void RequestGlobalDump(MemoryDumpType dump_type,
112 void RequestGlobalDump(MemoryDumpType dump_type,
Dmemory_dump_manager.cc338 MemoryDumpType dump_type, in RequestGlobalDump()
381 MemoryDumpType dump_type, in RequestGlobalDump()
879 MemoryDumpType::PERIODIC_INTERVAL, level_of_detail); in RequestPeriodicGlobalDump()