Searched refs:MemoryDumpType (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_dump_request_args.cc | 13 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()
|
D | memory_dump_manager_unittest.cc | 224 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 …]
|
D | memory_dump_request_args.h | 22 enum class MemoryDumpType { enum 60 MemoryDumpType dump_type; 73 BASE_EXPORT const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type);
|
D | memory_dump_manager.h | 107 void RequestGlobalDump(MemoryDumpType dump_type, 112 void RequestGlobalDump(MemoryDumpType dump_type,
|
D | memory_dump_manager.cc | 338 MemoryDumpType dump_type, in RequestGlobalDump() 381 MemoryDumpType dump_type, in RequestGlobalDump() 879 MemoryDumpType::PERIODIC_INTERVAL, level_of_detail); in RequestPeriodicGlobalDump()
|